Remix.run Logo
tibbon 3 hours ago

But when you hit that wall, it is hard to stop and convince people to use different patterns and systems. I've seen so many tables go from "it will only be a few thousand rows" to suddenly several TB and then people are looking confused when performance and db admin tasks get really difficult.

I'm working at a scale where almost every day I have to ask people "are you use you need to treat that as relational data? It doesn't seem relational"

alexwennerberg 32 minutes ago | parent | next [-]

> But when you hit that wall, it is hard to stop and convince people to use different patterns and systems. I've seen so many tables go from "it will only be a few thousand rows" to suddenly several TB and then people are looking confused when performance and db admin tasks get really difficult.

It's much, much worse in my experience to have to develop for the opposite -- working on a system that was designed for an imagined "infinite" scale that in reality like 100GB and a few transactions a minute.

icedchai 4 minutes ago | parent | next [-]

[dead]

teaearlgraycold 21 minutes ago | parent | prev [-]

[dead]

dieselgate 2 hours ago | parent | prev [-]

> are you use you need to treat that as relational data?

Is this intended to be "you sure you need..."?

turkeyboi 40 minutes ago | parent [-]

Obviously, yes