Text contains search without database -


i have 15 million datas. , each datas has name, title.
, datas in text file.

how can find datas contains text.

search text: hi
example data:

peter|just text. brown|hi, nice meet john|hello, world! hi|hello hello|this not matched data. ... 

result data:

brown|hi, nice meet hi|hello ... 

when searching. spends 7 seconds.
but, want faster database.
how can do?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -