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
For large datasets it would be great to be able to use compression. Is there any way to achieve full database compression and read it over http?
I was thinking it might be possible to just compress the whole database file, but I'm not sure if there's compression formats that you can get random access to using range requests over http..