diff --git a/README.rst b/README.rst index b57f8dbe0f56be8cec9b80a2e48f0900ead81332..edc44b4a67e033e3fc1d59a6bd55b47bd64bcebc 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,9 @@ Plenty, of course: * The performance characteristics are sub-optimal: serialization and validation have their cost. Furthermore, the network transport is - HTTP, which adds overhead, etc. + HTTP, which adds overhead, etc. Queries, for some backends, can be + particularly expensive since we might have to do filtering on the + client side (in the configdb server). * Transaction support is currently limited to what is provided by the underlying SQL storage backend (so, possibly, none).