Fork me on GitHub
#sql
<
2019-06-22
>
kulminaator09:06:48

discovered 2 race conditions around databases this week and figured that i'm already done with the topic for the week ... then discovered a typo in an index definition .... in postgres dialect the table had a column called data and instead of defining the index on a-function(data) the index definition was a-function('data') .... on hundreds of millions of rows 😄