Hacker News new | past | comments | ask | show | jobs | submit login
Building a highly-available search engine using SQLite (philipotoole.com)
4 points by thunderbong 18 days ago | hide | past | favorite | 2 comments



> I achieved indexing rates greater than 3,000 log lines per second, indexing 5 million logs in under 30 minutes

What was the size of the 5 million logs on disk?

> SELECT * FROM logs WHERE entry MATCH 'SuperSecretAgent'

If I wanted to sort the results in descending order of how many times 'SuperSecretAgent' occured in the record, how would I do it?


rqlite creator here, happy to answer any questions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: