Skip to content

Commit

Permalink
Fixed link to SQL tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
agershun authored Aug 2, 2017
1 parent 0957ec5 commit 0e62f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The results are good. Check out AlaSQL vs. other JavaScript SQL databases:

* **2x speed** [compared to Linq](http://jsperf.com/alasql-vs-linq-on-groupby/3) for `GROUP BY` on 1,048,576 rows

Please remember to set indexes on your tables to speed up your queries. [Have a look here](https://www.tutorialspoint.com/sql/sql-indexes.htm) [SQL Index(http://www.guru99.com/indexes.html) if you are unfamiliar with this concept (this is a part of [SQL Tutorial](http://www.guru99.com/sql.html)).
Please remember to set indexes on your tables to speed up your queries. [Have a look here](https://www.tutorialspoint.com/sql/sql-indexes.htm) and [SQL Index](http://www.guru99.com/indexes.html) page if you are unfamiliar with this concept (this is a part of [SQL Tutorial](http://www.guru99.com/sql.html)).


See more [speed related info on the wiki](https://github.com/agershun/alasql/wiki/Speed)
Expand Down

0 comments on commit 0e62f9f

Please sign in to comment.