Y
Hacker News
new
|
ask
|
show
|
jobs
by
superbobry
5163 days ago
I guess FM index is just not the right thing to use when you need a key-value data store. It's a
full text
index -- a data structure, which allows
fast
substring queries over a
fixed
text corpus.
1 comments
arethuza
5163 days ago
Perhaps if you want to store (tag) sub-strings with stored data then it might make sense?
link
superbobry
5163 days ago
Yup, that might work, but still, this is a weird idea for a key-value store, maybe a DAWG or a radix tree would do better.
link