Timeline for When would I use a database over an object-store for large blobs?
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 8, 2020 at 2:58 | vote | accept | chris.mclennon | ||
| Jan 7, 2020 at 22:10 | review | Close votes | |||
| Jan 13, 2020 at 3:05 | |||||
| Jan 7, 2020 at 18:00 | history | tweeted | twitter.com/StackSoftEng/status/1214607774715387910 | ||
| Jan 7, 2020 at 15:46 | comment | added | GrandmasterB | Do you need to full text search it? Not sure if you can do that with an object store. | |
| Jan 7, 2020 at 15:41 | answer | added | JimmyJames | timeline score: 1 | |
| Jan 7, 2020 at 15:24 | answer | added | Berin Loritsch | timeline score: 4 | |
| Jan 7, 2020 at 14:46 | answer | added | Christophe | timeline score: 5 | |
| Jan 7, 2020 at 10:55 | comment | added | Christophe | Do you have a db in the cloud? are there security requirements? are there transactional constraints? is the blob text or binary? could the blob become relevant for querying ? di you have other objects in a store? I think we go to fast into a technical solution, without looking at the context. Can you provide us some more elements about the tradeoff ? | |
| Jan 7, 2020 at 9:45 | comment | added | skott | Agree with @BerinLoritsch S3 also has a number of tiers which you can choose from based on your access pattern, choose the one that fits your need. | |
| Jan 7, 2020 at 4:41 | comment | added | Berin Loritsch | These days.... Why? You get so much more reliability with S3, it's easy to set up cross-region replication, and it's just faster to use. | |
| Jan 7, 2020 at 2:40 | review | First posts | |||
| Jan 7, 2020 at 22:10 | |||||
| Jan 7, 2020 at 2:35 | history | asked | chris.mclennon | CC BY-SA 4.0 |