|
You are here |
siemens.blog | ||
| | | | |
jameshalsall.github.io
|
|
| | | | | [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
|
|
| | | | | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases. | |
| | | | |
benjamincongdon.me
|
|
| | | | | B-Trees are not boring, after all | |
| | | | |
andreabergia.com
|
|
| | | 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. | ||