Skip to content
Snippets Groups Projects
Commit 4b259f7a authored by ale's avatar ale
Browse files

added a note about query performance in the README

parent abeb0204
No related tags found
No related merge requests found
...@@ -42,7 +42,9 @@ Plenty, of course: ...@@ -42,7 +42,9 @@ Plenty, of course:
* The performance characteristics are sub-optimal: serialization and * The performance characteristics are sub-optimal: serialization and
validation have their cost. Furthermore, the network transport is 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 * Transaction support is currently limited to what is provided by the
underlying SQL storage backend (so, possibly, none). underlying SQL storage backend (so, possibly, none).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment