Ugh, what did they do to the mobile site? It auto chops up the comic and cuts off the words so it has vertical scroll 🤮
- 0 Posts
- 2 Comments
Joined 3 years ago
Cake day: July 18th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


These are the most common approaches I’m aware of.
The only other real alternative, without changing the underlying DB or architecture, is you could break up the database or archive data.
Many times you don’t need old data and can ship it off to S3 or something similar. Additionally, you may have tables/data that are disconnected and could be broken off into two databases. Both of these tend to just push off the inevitable, but could buy time for a larger architectural change.