简体   繁体   English

经常更新大型MySQL数据库

[英]Updating Large MySQL Database very often

I have a large mysql DB connected to a PHP web application. 我有一个连接到PHP Web应用程序的大型mysql数据库。 I'm looking to store upwards of 10-50 million rows of user data. 我希望存储10到5000万行以上的用户数据。

My question is: what is the best way to update 500,000 rows as often as possible from a public web API? 我的问题是:从公共Web API尽可能频繁地更新500,000行的最佳方法什么? Specifically, update the data, when the data changes in the API. 具体来说,当API中的数据更改时,更新数据。

you should know about BIG DATA, maybe you can using hadoop for engine.. 您应该了解大数据,也许您可​​以使用hadoop作为引擎。

ABOUT BIG DATA 关于大数据

HADOOP 哈多普

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

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