Skip to content
Mathias Rangel Wulff edited this page Oct 29, 2015 · 7 revisions

Speed - We like it fast

AlaSQL is very focused on speed and we make sure to use all the tricks we can find to make javascript spit out your results as quick as possible. For example:

  • Queries are cached as compiled functions.
  • Joined tables are pre-indexed
  • WHERE expressions are pre-filtered for joins

The results are good. Check out AlaSQL vs. other javaScript SQL databases:


More tests

Every part must be optimized, so lets compare some cases where you would often use another library:

Clone this wiki locally