|
|
|
|
|
by yakshaving_jgt
1664 days ago
|
|
The author is scraping fewer than 1,000 records per day, or roughly 365,000 records per year. On my own little SaaS project, the difference between querying an integer and a varchar like “active” is imperceptible, and that’s in a table with 7,000,000 rows. It would take the author 19 years to run into the scale that I’m running at, where this optimisation is meaningless. And that’s assuming they don’t periodically clean their database of stale data, which they should. So this looks like a premature optimisation to me, which is why it stood out as odd to me in the article. |
|