by antoaravinth on 11/28/17, 2:11 PM with 2 comments
I have a fundamental knowledge on RDMS and have done data modelling in Postgresql (to some extend). I could able to make sense of what is Normalization, Joins, locks (specifically optimistic locking) etc.
I have learnt all these in my side projects mainly, or in production where the data isn't much huge. I haven't got any chance to debug a slow query or even select Indexing strategies etc which I guess is really important to understand RDMBS or postgresql in general.
I wanted to know are there any open source datasets, which will helpful for self studying or even debugging slow queries / seeing their indexing strategies etc.
Any answer would be appreciated.
by PaulHoule on 11/28/17, 6:59 PM
https://www.microsoft.com/en-us/download/details.aspx?id=524...
and other data generators for various TPC tasks. These usually have a knob you can turn to scale the size up or down.
by elchief on 11/28/17, 10:40 PM