(no title)
mdellavo | 4 years ago
I'd be curious how this performs for complex queries - does this rely heavily on index intersection?
mdellavo | 4 years ago
I'd be curious how this performs for complex queries - does this rely heavily on index intersection?
etirk|4 years ago
Please try this demo which is a sample of some queries against Clinical Trials data. https://schemafreesql.com/demo.html#clinicalTrial Although this demo data set is a limited size, the same queries when run against the entire clinicalTrial dataset performed very respectably.
mdellavo|4 years ago
Another commenter illustrated some of the issues you will run into with this pattern at scale.
It would probably help to benchmark some complex queries on a sizable data set. And compare against mongo, postgres jsonb, vanilla eav, clickhouse, etc. Without much information to go on, it's hard to know what this is.
dfragnito|4 years ago