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
-
Azer0s3977yHow much is huge? Any relational DB can handle millions and millions of rows...
If you wanna search through it/analyze the data I'd recommend a NoSQL DB like elastic. -
Iot data is usually time series. If the data rate is not high then influxdb or elastic good to go. If data rate is high you may need Kafka like stuff in between.
-
mssql for that is kinda slow without ssd, but i didnt figured out partitioning old infrequently used data to be stored on hdd, like split one table between volumes
-
Azer0s3977y@MaxDeepfield Still not that much for a good relational db. MsSQL, Oracle or even MySQL can handle that. Terabytes is not big data, petabytes is.
Related Rants
db for huge amount of iot data?
question
db
iot