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.
我想知道是否可以在 PHP 中编写一个脚本,该脚本将通过一个非常大的数据集(1 亿+)来尝试在数据集中找到特定的字符串?
如果可行的话,它是否是一种在数据集中识别关键字的有效形式?
如果有更好的方法来处理如此大的数据集以尝试检测字符串,我会全力以赴
就像 Jari 所说的,在编程中一切皆有可能。
我通过 Hadoop、MapReduce 等处理大数据。