-
Notifications
You must be signed in to change notification settings - Fork 109
Description
Amazing project! I had to try it out with a 15 GiB database of my own (sorry, I couldn’t resist testing the limits).
I started with simple queries and gradually made them more complex. This worked fine. But when I tried running a complex query immediately without having any other data loaded first, I would run into the error doXHR failed (bug)! (after a minute or so of loading gradually increasing chunks up to the configured max chunk size of 5 MiB).
I have built a sample Observable Notebook that exhibits the problem: https://observablehq.com/@sabberworm/imdb.
The “Aggregate all years” query always runs into this error (though I have seen it running fine when starting from a simpler query, see above).
I assume the other error that pops up (“database disk image is malformed”) is a consecutive error stemming from the missing data blocks.