Tagged Questions
The tokyo-cabinet tag has no wiki summary.
8
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 ...
3
votes
1answer
738 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
2answers
417 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 ...
1
vote
1answer
133 views
TokyoCabinet's Ruby C interface can't bzip
I'm using the Ruby official Ruby C interface and am not able to bzip working. It did build with bzip support, ./configure said:
checking bzlib.h usability... yes
checking bzlib.h presence... yes
...
1
vote
0answers
123 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 ...
1
vote
1answer
392 views
What conditions cause Tokyo Cabinet to block
I'm using Tokyo Cabinet with the tc module in python. I store my data in the TDB format. I expected the table to block only for the duration of a write. Unfortunately, I see that when the file is open ...
0
votes
0answers
23 views
Tag cloud using tokyo cabinet
I want to create a browseable tag cloud using TokyoCabinet to sort articles. Using Redis I'd create a number of sets and using TokyoCabinet I could create a separate database. Is there a more straight ...
0
votes
0answers
58 views
Using TokyoCabinet module in PyDev Eclipse
I am trying to use the tokyo cabinet db module in PyDev-Eclipse on Mac-OS. I am running python 2.7.1 version. I have installed tokyo cabinet module from http://tokyo-python.googlecode.com, but I am ...
0
votes
0answers
241 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 = ...
-1
votes
3answers
946 views
invalid conversion from ‘const void*’ to ‘const char*’ in tokoyo cabinate table database
i am new to tokyo cabin ate and i compile the example program and i am getting an error can any one tell me why i get this error invalid conversion from ‘const void*’ to ‘const char*’
#include ...