I was wondering how I could quickly search a data string of up to 1 billion bytes of data. The data is all numeric. Currently, we have the data split into 250k files and the searches using strpos (fastest built-in function) on each file until it finds something. Is there a way I can index to make it go faster? Any suggestions?
Sonunda, bugün itibariyle, strpos üzerinde offset parametresi ile bitmiş olacaktır birden fazla kopyasını bulmak istiyorum.
Gerektiğinde herhangi bir yardım kesinlikle tanınmasına yol açacak.
Thanks! - James Hartig