you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago (2 children)

Data storage/hosting isn’t free…

  • source
  • parent
  • hideshow 4 child comments
  • [–] 14 points 3 years ago* (1 child)

    Text data on a compressed drive is so small. You have a modern server and accessing text files in a compressed drive is not noticeable performance hit. The compression ratio is massive for text and markup language files

  • source
  • parent
  • hideshow 2 child comments
  • Yes, text doesn't take up much space, but decades of text can easily take up a lot of space, especially when you track things like edits.

    Not to mention that this data isn't in text files. It's going to be in a database, so the number of records that need to be parsed will impact performance. How big that impact is depends on how they set the database up.

  • source
  • parent