[02:51:07] Gry https://www.mediawiki.org/wiki/Extension:FeaturedFeeds [04:19:58] One thing i don't understand about mysql indexes, is why do they actually store the indexed field? Wouldn't it make more sense for an index to be just a sorted list of the primary key, in order of the indexed fields but not including them? [05:36:52] Ah, i googled a bit, i guess the answer is better data locality when doing range queries and that sort of thing that involves a lot of index reads [06:49:42] bawolff: that would be a clustered index [06:50:24] https://mariadb.com/docs/server/mariadb-quickstart-guides/mariadb-indexes-guide [06:51:13] Yes, which is the only type of index mariadb supports (other then special cases) [23:31:38] Did something change with gerrit relatively recently? I'm getting ready for the security update release and noticed my scripts are failing with remote error 502s. [23:52:34] N3X15: hard to say without details what your scripts do/access and how often