Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要你的一些意见和建议。我有一个非常庞大的数据库,其中包含大约 2000 条记录,其中包含一些信息。让另一个数据库具有指向那个巨大数据库或 XML 文件的键值对就足够了吗?
拥有 2000 条记录并不是很大。并且最好使用 SQLite 进行数据操作而不是使用 xml 文件,因为 2000 对的 xml 文件会导致处理速度变慢并且浪费资源。更好地使用 SQLite 来满足此类要求。