Explore >> Select a destination


You are here

siemens.blog
| | jameshalsall.github.io
4.4 parsecs away

Travel
| | [AI summary] A developer shares a tutorial on emulating hash indexes for MyISAM tables in MySQL using CRC32 functions to improve database query performance.
| | architecturenotes.co
4.9 parsecs away

Travel
| | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases.
| | benjamincongdon.me
1.0 parsecs away

Travel
| | B-Trees are not boring, after all
| | andreabergia.com
35.9 parsecs away

Travel
| Window functions are an extremely powerful powerful part of the SQL 2003 standard, supported by most modern releases of databases such as Oracle 8+, Postgres 9.1+, SQL Server 2005+ and others. Sadly neither SQLLite or MySql seem to support them yet, but if you are working with a database where they are available, do use them: they can make your life a lot easier. Generally, with window functions, you can write simpler and faster code than you would without.