问题描述
我目前正在评估设计,并可能重新实现我们的工程师使用的内部应用程序。
I'm currently in the process of evaluating the design, and possible reimplementation of an in-house app our engineers use.
虽然应用程序处理大量数据。只有两组值(浮点)与一个简单的名称和数据描述一起保存。在我看来,目前的应用程序是在超标领域使用规范化的访问数据库来存储评估字符串和浮动的7个字段。
Although the application handles large amounts of data. Only two sets of values (floats) are saved along with a simple name and description of the data. In my opinion the current application is in overkill territory using a normalized access database to store what evaluates to 7 fields of strings and floats.
你开始看什么时候
推荐答案
我建议使用像SQLite这样的轻量级数据库这减少了使用数据库的大量开销。
I would recommend using a lightweight database like SQLite which reduces a lot of the overhead of using a database.
这篇关于何时/为什么我应该开始使用数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!