Considering Membase
Mon, 07/18/2011 - 09:23
Hi!
I've been reading everything I could find about Membase,
there are two things I haven't found an answer for
1) is there a full text solution/add-on/plug-in available right now?
if not, what is the best practice for search functionality?
2) how can I see the data that is stored in my system now?
for example, if I have a bug and I want to research it.
in SQL , you just query your data..
I haven't seen that in the Membase console
Thanks!
Igal
Wed, 09/19/2012 - 11:50
We have just published an integration with ElasticSearch. Take a look.
http://blog.couchbase.com/couchbase-and-full-text-search-couchbase-trans...
Hi there Igal, thanks for your interest.
1) At the moment, there's no full-text search available. You would probably want to consider using out TAP interface that lets you stream out all of the keys and their values from a Membase server. You can find more information about that here: http://www.couchbase.org/wiki/display/membase/TAP+Protocol
2) You can use the same TAP interface as above, and alternately you can use sqlite to dig into the DB files that are stored on disk. Best practice would be to take a backup and then view those. It will be slightly out of sync with what's stored in memory, but not by much.
In the upcoming 2.0 release, we will be implementing even more robust querying and indexing (as well as map-reduce). You'll need your data stored in JSON format to take advantage of this, but even without, you'll be able to perform queries on the keys themselves (such as sort and range queries).
Perry
Forum support is great for free but sometimes you need a guaranteed response time and dedicated resources for your questions or issues.
Consider purchasing enterprise-level support from Couchbase: http://www.couchbase.com/products-and-services/overview
Call or email "sales -at- couchbase-dot- com" today!