mitsuhiko was
15 years ago
at the idealist.org hq looking at interesting code like an object database on top of xapian: bitbucket.org/pelletier_...
latest #12
mitsuhiko
15 years ago
amix: pretty nifty what they did, and apparently it scales for them
amix
15 years ago
i really doubt it scales that well on many updates or many objects
mitsuhiko
15 years ago
they have wikipedia indexed and it has an acceptable performance
立即下載
mitsuhiko
15 years ago
i'm not quite sure how it would *scale* worse than xapian. it just puts more information into the btree
amix
15 years ago
mitsuhiko: Xapian scales pretty badly based on my experience (we had Plurk user search done in Xapian first)
amix
15 years ago
that said, i think Xapian is "ok" solution if one does not do that many updates [i.e. for fairly static database]
mitsuhiko
15 years ago
all search systems have their advantages and disadvantages. xapian does pretty well if you can live with slightly delayed search
mitsuhiko
15 years ago
eg, no real-time indexing
amix
15 years ago
i agree, i just don't think delays are that good in an object database
mitsuhiko
15 years ago
the object database is intended to be used for search relevant things only
mitsuhiko
15 years ago
basically the idea is that you can use xapian only without having to fire a single sql request for search result filtering
amix
15 years ago
ok, fair enough. you could try to use it in Solace, i think it might be a good solution as the data size won't be that big
back to top