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
Describe the bug
The new 3.1.0 DuckDB preview release is very slow, nearly unusable.
To Reproduce
Steps to reproduce the behavior:
Load any reasonable size dataset (i.e. 10K points from CSV)
Zoom in and out
Response is very jittery and delayed, often several seconds, same applies to other functions in the config menu
Expected behavior
Smooth zooming and other operations
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
mac OS 15.1 (24B83
Browser Chrome
Version latest
Additional context
I do very much appreciate though the fix for the tooltip interaction. Previous release would not show the tooltip once you had at any time configured a trip layer. So I am hoping you can make this new release just as performant
Thanks for this wonderful product!
The text was updated successfully, but these errors were encountered:
If I were to guess I think this is at first caused by the loading of the dataset into the DB, then perhaps the continuous jittery is just the overhead of the DB. I have seen this on other apps my team built in the past that put a lot of data in a browser DB.
Would it be possible maybe to have a setting to turn on or off the use of the DB or is it so integrated that this cannot be done?
You can use the kepler.gl version without DB plugin here kepler.gl/demo.
If the jitter remains on kepler.gl/demo then most likely this is due to Arrow files loading issue when a file is loaded in small batches and each batch creates a separate sublayer for rendering. I'm looking into this.
on the normal kepler, yes same dataset and config works well. It is only when I tried the same on the duckDB preview that I saw the jitter
However I did see in the preview some other fixes that would be nice to have. I have been having problems with the data view modal popup when I use a trace panel
Describe the bug
The new 3.1.0 DuckDB preview release is very slow, nearly unusable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Smooth zooming and other operations
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I do very much appreciate though the fix for the tooltip interaction. Previous release would not show the tooltip once you had at any time configured a trip layer. So I am hoping you can make this new release just as performant
Thanks for this wonderful product!
The text was updated successfully, but these errors were encountered: