I have a text file of words and words. It is very large - theoretically we are talking about millions of lines.
I just want to get the values ββfrom the file and do it as quickly and efficiently as possible (for a web application, in Django).
My question is: what is the best way to store and retrieve values? Should they import them into SQL? Or save the file and use grep? Or put them in a JSON dictionary ...? Or in some other way?
I would be very grateful for the advice!
AP257 source
share