Skip to content

Isomorphic use case...How does alasql performance compare with server side libraries? #1876

Answered by paulrutter
btakita asked this question in Q&A
Discussion options

You must be logged in to vote

We thoroughly compared better-sqllite3 against alasql, but went for alasql n the end because the data ingestion overhead of better-sqllite3 was too large when compared to alasql (which doesn't have this overhead since data can be queried in the node runtime directly).

For query performance, your mileage will vary depending on the query complexity. Joins over more than one table, with lots of rows, will be faster in sqlite for example.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@paulrutter
Comment options

Answer selected by mathiasrw
@mathiasrw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants