http://qs321.pair.com?node_id=620392


in reply to Re^10: Running SuperSearch off a fast full-text index.
in thread Running SuperSearch off a fast full-text index.

I've worked on spiders that have used the file system, and spiders that have used databases. It's certainly cheaper to use the file system. But thinking about the size of the dataset, we can easily afford to put these records into a database. There are only c. 600,000 records, and they're small -- not even full web pages. I like the idea of using SQLite.
--
Marvin Humphrey
Rectangular Research ― http://www.rectangular.com
  • Comment on Re^11: Running SuperSearch off a fast full-text index.