存储调查结果 - Mysql 还是 NoSQL?
我正在构建一个调查应用程序,用户可以在其中即时创建调查。 我正在寻找有关如何存储每个调查的数据的建议。
我可以以数据库表的形式保存调查结果,如下所示:
像 mongodb 这样的 nosql 数据库是否更适合这种场景?
我从未使用过 nosql 数据库,也不知道完成此任务的学习曲线。
有资源吗?
感谢您的帮助。
I am building a survey application where users can create surveys on the fly.
I am looking for suggestions on how to store the data for each survey.
I can save the survey results in the form of a database table that looks like:
Are nosql databases like mongodb a better fit for this scenario?
I have never used a nosql database and do not know the learning curve to get this done.
Are there any resources?
thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来像:
因此,只要这些假设成立,我建议使用传统的 SQL 数据库。
It looks like:
Therefore, I'd recommend using a traditional SQL database as long as these assumptions hold.
我目前正在调查我的实验室,以测量设备和实验室的耗电量。我正在考虑谷歌电子表格!主要是因为使用谷歌分析来分析结果非常容易。
我正在进行小范围的调查。我不知道您的调查规模,因此建议使用 Google 电子表格进行中大规模调查是错误的。
I am currently surveying my lab to gauge the electricity consumption of the devices and the lab. I am considering google spreadsheet! Primarily because it's so easy to use the google analytics to analyze your results.
I am surveying on a small scale. I don't know the scale of your survey, so it'd be wrong to recommend Google Spreadsheet for a medium-large scale survey.