The tokyo-tyrant tag has no wiki summary.
9
votes
3answers
3k views
What is the difference between Tokyo Cabinet and Kyoto Cabinet?
FAL Labs has multiple Tokyo products and Kyoto products:
Tokyo Cabinet and Kyoto Cabinet are both lightweight database libraries.
Tokyo Tyrant and Kyoto Tycoon are both lightweight database ...
4
votes
3answers
2k views
How does Leveldb compare with Redis or Riak or Tokyo Tyrant?
Leveldb seems to be a new interesting persistent key value store from Google. How does Leveldb differ from Redis or Riak or Tokyo Tyrant? In what specific use cases is one better than the other?
4
votes
4answers
2k views
Which key:value store to use with Python?
So I'm looking at various key:value (where value is either strictly a single value or possibly an object) stores for use with Python, and have found a few promising ones. I have no specific ...
3
votes
1answer
745 views
Tokyo Cabinet Tuning Parameters
I have been trying to find a better Tokyo Cabinet (or Tokyo Tyrant) configuration for my application, but I don't know exactly how. I know what some parameters mean but I want to have a fine tuning ...
2
votes
1answer
101 views
What does bnum exactly mean in tokyo tyrant
What does bnum exactly mean in tokyo tyrant, can someone explain it with an example?
If the size of the tch data file exceeds 2GB, what should I do?
2
votes
2answers
658 views
tokyo cabinet & tyrant tutorial
Can somebody refer a good tutorial on tokyo cabinet and tokyo tyrant
2
votes
2answers
424 views
NO-SQL reliable for small bussines app?
I'm deciding between go for a NON-SQL engine or a regular SQL one for a document managment system for small bussines.
I have experience with firebird/sql server and found a good track of reliability ...
2
votes
1answer
385 views
Tokyo Tyrant transaction support
I've noticed that rufus-tokyo and other apis support transactions in Tokyo Tyrant. I couldn't find any mention of the transaction support in the TT docs ...
1
vote
0answers
236 views
how to merge Tokyo Cabinet hash-table db's (.tch files) (no duplicate keys)
Is this possible? I couldn't find an answer anywhere.
Basically I'm looking at a setup where I have multiple workers (boxes) which must all store there data into a Tokyo Cabinet index/db eventually ...
1
vote
2answers
392 views
Why Tokyo Tyrant so slow
I have follow situation tyrant server lunched on freebsd host, like this:
ttserver -uas -log /data/tyrant/1.log -sid 1 -thnum 8 -tout 5 /data/tyrant/data/1.tct
And i try to communicate this server ...
1
vote
0answers
125 views
Tokyo Tyrant indexes
I was wondering about size requirements for Tokyo Tyrant indexes.
If I have an index on field x and insert a record with fields y and z only, does the x index grow? Also: does the insert time grow in ...
0
votes
0answers
18 views
Unable to run tokyo tyrant due to server socket open error
I have installed tokyo tyrant interface to tokyo cabinet. But whenever I tried to run the tyrant it is throwing server socket error. That is "ttopenservsock failed"
Any solution?
0
votes
0answers
18 views
Tokyo Tyrant + dystopia
I am trying to run a network based tokyo dystopia server. I am able to run dystopia database
locally using the api.
My question is there way using toktotyrant ttserver to run the dystopia database ...
0
votes
0answers
252 views
Choosing a key schema for best performance in Tokyo Tyrant
I did some testing on Tokyo Tyrant server, each time on a fresh hash database (tch), with bnum set to 10000000.
Simple test script written in php:
$tt = new TokyoTyrant('localhost',1978);
$max = ...
0
votes
1answer
155 views
tokyo-tyrant in memory database like redis or can it grow larger then memory and retrieve from harddrive
Tokyo-tyrant in memory database like redis(allthough redis has VM?) or can it grow larger then memory and retrieve from harddrive. If so how does it achieve that?
0
votes
2answers
693 views
Sphinx + tokyo Tyrant + mysql
I'm looking at creating a full text search engine for one of my projects.
We have a Mysql, Tokyo Tyrant and file documents that need to be indexed.
I'm looking at Sphinx right now but I can't figured ...