Blog Experiment: More SQL and Text MatchingApr 25, 2008 |
no comments Popularity: 3% |
In Viewer2, there is a feature that allows fast text searches on huge databases with tens of thousands of filenames. Here’s how I did it.
|
In Viewer2, there is a feature that allows fast text searches on huge databases with tens of thousands of filenames. Here’s how I did it.
A lot of visitors come from search engines to my page about a little hack I made that acts as a very thin layer between text files and SQLite. Most of the search queries are something akin to “compare text files in SQL”, “SQL text compare” or other SQL and text comparison related searches. So, I’m going to write what I know about the subject.
Here’s a quick hack that allows loading text files as tables in a sqlite database. Why? It’s pretty nice to compare files in SQL. |
||||||||||||