何时/为什么我应该开始使用数据库? [英] When/why should I start using a database?

查看:152
本文介绍了何时/为什么我应该开始使用数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在评估设计,并可能重新实现我们的工程师使用的内部应用程序。

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.

http:// sqlite.org

这篇关于何时/为什么我应该开始使用数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆