就低数据库大小而言,哪种 SQL 引擎最好?
我有一个脚本,每 5 分钟收集一些数据,并使用 pandas to_sql 函数将其直接存储到 sqlite 表中。到目前为止,它收集了大约 300k 行,并且表大小已经超过 5 列的 30 MB。我打算让它在没有外部内存的树莓派上运行,并且想知道是否有办法通过切换到 mysql 或什至使用 no-sql 来减小大小?你有什么想法
I have a script that gathers some data every 5 mins and stores it directly into a sqlite table using pandas to_sql function. So far it gathered around 300k rows and the table size already exceeds 30 MB for 5 columns. I intend to leave this running on a raspberry pi without external memory and was wondering if there's anyway to keep the size down, either by switching to mysql or possibly even using no-sql? What are your thoughts
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为我的sql,因为我使用我的sql 现在没有问题
i think my sql, because i use my sql have not problem unti now