Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Which is an ideal embedded database used for search indexing
4 points
by
siddharthram
2731 days ago
Need to index string values from a RDB
Fast to index (upto million keys per second)
1 comments
zubairq
2731 days ago
Sqlite3. And full text indexer
link