简体   繁体   English

如何处理存储在数据库中的大量文档?

[英]How to handle large amount of documents stored in a database?

I am working on one application where user can scan/upload documents.我正在开发一个用户可以扫描/上传文档的应用程序。 Application processes those documents and store it in the database.应用程序处理这些文档并将其存储在数据库中。 We are using MySQL database.我们正在使用 MySQL 数据库。 Right now we are having more than 200,000 documents in the database.现在我们的数据库中有超过 200,000 个文档。 So we are facing difficulties maintaining such large number of documents.因此,我们面临着维护如此大量文档的困难。 What can be done for this issue?可以为这个问题做些什么? Can 'Big data' be a solution? “大数据”能成为解决方案吗?

通常的做法是只将文档的路径存储在数据库中,并将文档放在磁盘中的某个位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM