简体   繁体   English

Python CouchDB数据收集停止

[英]python couchdb data collection stops

I am using couchdb to store twitter data. 我正在使用沙发床来存储Twitter数据。 I found that couchdb stops updating its data base though I keep getting the twitter data. 我发现,尽管我不断获取twitter数据,但是ouchdb停止更新其数据库。 I basically store the dictionary that contains twitter data by using the python couchdb save method, db.save(twitter_dic) where db is the database instance. 我基本上是通过使用python couchdb save方法db.save(twitter_dic)存储包含twitter数据的字典,其中db是数据库实例。 I find that some times I get 3GB of data and couchdb stops storing, sometimes it stops storing even when it reaches 0.6GB. 我发现有时候我会获得3GB的数据,并且ouchdb会停止存储,有时即使达到0.6GB也会停止存储。 I don't know what is the reason. 我不知道是什么原因。 If some one have come across similar situation please help me out. 如果有人遇到过类似情况,请帮助我。 If this problem cannot be solved I would look forward to use some other key-value data base where python is used as wrapper to store the values (Very similar to CouchDB) where I can do map reduce etc, can some one provide me such a database? 如果无法解决此问题,我将期待使用其他一些键值数据库,其中将python用作包装器来存储值(非常类似于CouchDB),我可以在其中进行map reduce等操作,有人可以为我提供这样的解决方案吗?数据库?

我不得不重新安装ouchdb,并且我将此问题标记为接受。

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

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