|
|
|
|
|
by wackget
1589 days ago
|
|
As a web developer who has never used anything except locally-hosted databases, can someone explain what kind of system actually produces billions or trillions of files which each need to be individually stored in a low-latency environment? And couldn't that data be stored in an actual database? |
|
It's cheaper to store them in S3 over a DB and use tools like Athena or Redshift spectrum to query.