Y
Hacker News
new
|
ask
|
show
|
jobs
by
wackget
1589 days ago
Wow. What makes it cheaper than using a DB? Is it just because the DB will create some additional metadata about each stored row or something?
1 comments
bpicolo
1589 days ago
S3 is often essentially a database in these scenarios. You store columnar data format files in S3, and various analytical systems can query with S3 as a massive backing storage.
link