Has anyone played with DuckDB and v-data-table ? #19225
Unanswered
thomasleveil
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I stumbled upon DuckDB which is an in-process database engine and I wonder if anyone tried to use the wasm version of it together with a
v-data-table
.I can see this as a way to maybe improve performances for v-data-table filters, sorting and paging features. I often loads my full dataset as json and display it as a v-data-table, after a while when the data grows I then upgrade my app to server-side filtering/sorting/paging... which is not a free lunch.
While not a definite solution if we have tons of data, I'd like to play with the idea to introduce DuckDB as an alternative.
Any thoughts ?
Beta Was this translation helpful? Give feedback.
All reactions