If we could replace memory and myisam with this it would go a long way toward simplifying the code...

Cheers,
   --Brian

On Apr 27, 2009, at 11:00 PM, Toru Maesaka <[email protected]> wrote:

You can enable it to be an on-memory engine:

On-memory B+Tree API:
- http://tokyocabinet.sourceforge.net/spex-en.html#tcutilapi_ndbapi

On-memory Hash Database API:
- http://tokyocabinet.sourceforge.net/spex-en.html#tcutilapi_mdbapi

Cheers,
Toru

On Apr 28, 2009, at 2:27 PM, Brian Aker wrote:

Hi!

Don't you mean it would be a replacement for myisam? TC is an on disk engine.

Cheers,
 --Brian

On Apr 27, 2009, at 1:26 PM, Baron Schwartz <[email protected]> wrote:

Suggestion: consider replacing Memory with Tokyo Cabinet.  Then you
get both properties of indexes in one index (hash + ordering for
ranges and scans).

I have a customer who tried out TC but I haven't done so myself.  He
told me it was much faster than BerkeleyDB.

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to