AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.01k stars 653 forks source link

Performance, reliability, stress, and other tests #233

Closed agershun closed 8 years ago

agershun commented 9 years ago

Someone asked on StackOverflow a question to compare current JavaScript libraries (link). This question was put on hold, because it was opinion-based. But, probably, we need more reliable base to test AlaSQL and use it for target and priorities setting.

Are there any more or less certified SQL tests which can be applied for JavaScript SQL and SQL-like databases? For example, "there are two tables and lets join them". Probably, these tests should nort be so advanced like SQLLOGICTEST or NIST SQL test, because we need to measure most typical operations (sorting, grouping, joining, insets/delete/updating).

These tests also can be used to measure database backends.

Are there any?

mathiasrw commented 9 years ago

Will look for it...

mathiasrw commented 8 years ago

I only found SQLlogic test from sqlite.

Lets close and reopen if we find something else...