You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Florian Gutmann edited this page Jan 7, 2014
·
10 revisions
Backend that stores data in a postgres database.
problems
StorageBackend interface is too fine-grained for SQL based backends. It would be useful to have a better high level knowledge of what should be changed/stored. This would allow optimizations like batch-insert in SQL backends.
No documentation of StorageBackend interface. Sometimes you have to guess what should happen.