Jacob Tomlinson's profile picture Jacob Tomlinson

#databases
Tag

  • Shrinking SQL logs

    5 minute read #databases, #sql, #storage

    While reading some articles about minimizing the size of data while leaving the data fully searchable I came across a lot of info about finding common data and replacing it with pointers to a dictionary or store of common strings. After thinking about it for a while I thought I would just write a little post about a way I try and minimize the size of databases in projects that I work on. Now Iโ€™m going to start with an example of a very bad database I wrote a while back and how I used relational tables to shrink the size considerably. Now if you know anything about databases you should find all of this quite obvious but if you donโ€™t then it may be worth taking note of.