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
{{ message }}
This repository was archived by the owner on Oct 23, 2020. It is now read-only.
I haven't used it myself, but ToroDB looks like it'd solve some of the pain points I remember from trying to model data via MongoDB. In particular, it'd avoid the field-name hashing scheme, reduce disk use, and give you a path towards a tabular data store (which seems appropriate for the types of queries Qu performs).
I haven't used it myself, but ToroDB looks like it'd solve some of the pain points I remember from trying to model data via MongoDB. In particular, it'd avoid the field-name hashing scheme, reduce disk use, and give you a path towards a tabular data store (which seems appropriate for the types of queries Qu performs).