Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
mr-user13524yWho need that much file size for sqlite? Correct me if I am wrong but sqlite is a single file-based database.
How will you get your a storage up to 281 TB? I think it is not a good idea to use sqlite or any other single file-based database if you need to store that much data. -
Voxera115854y@mr-user I assume it’s a theoretical limit, as in that addressing space can handle if.
But basically a non news ;) -
I've gotta say that I do stuff with self rendered maps (protobuf) and those, when rendered, are pretty much sqlite databases.
I haven't tried the whole world yet but regardless, I also only include the currently necessary data and that makes the entire world (divided into continents) almost 4tb right now.
When going full quality/data/zoom level, I think I'd easily hit more than 200tb! (and the rendering would take months but that aside)
Related Rants
🥂🥂🥂
random
news
sqlite3
developer