Comment by dkarras
5 years ago
Even if you compress it, you need it in client memory which can also be a dealbreaker. Some people might need it for some projects, I know I did.
5 years ago
Even if you compress it, you need it in client memory which can also be a dealbreaker. Some people might need it for some projects, I know I did.
> you need it in client memory which can also be a dealbreaker
Most workstations have GBs of available memory. If not you can dump it in indexeddb as a raw data store.
I never disputed that it would be useful for some use cases. I only said it would be unusable with high latency links. If you have a low latency link and aren’t running very complex queries with lots of random seeks, then this should work fine for you.