Questions tagged [tokyo-tyrant]

Tokyo Tyrant is a package of network interface for Tokyo Cabinet, a key value database.

24 questions
49
votes
3 answers

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?
rafidude
  • 4,496
  • 7
  • 27
  • 23
24
votes
4 answers

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 servers... Can someone explain the difference between…
Chun Ku Bot Tanaka
  • 241
  • 1
  • 2
  • 4
4
votes
2 answers

tokyo cabinet & tyrant tutorial

Can somebody refer a good tutorial on tokyo cabinet and tokyo tyrant
techstunts
  • 92
  • 5
4
votes
1 answer

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 control, so I need to know the impact of each one.…
user235478
4
votes
2 answers

NO-SQL reliable for small business 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 (specially with firebird). This market is full of…
mamcx
  • 15,916
  • 26
  • 101
  • 189
3
votes
0 answers

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?
ywenbo
  • 3,051
  • 6
  • 31
  • 46
3
votes
0 answers

Tokyo Cabinet hash table breaks when reaching 65 GB

I'm using the Tokyo Cabinet database through the PyTyrant module, storing the data in a hash table (*.tch file). When the file reaches 65 GB in size, the following bug occurs: when a new entry is added to the database, querying the new key gives a…
laurt
  • 1,811
  • 3
  • 15
  • 18
3
votes
1 answer

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 (http://1978th.net/tokyotyrant/spex.html#clientprog) Is that transaction support simulated? Or…
viraptor
  • 33,322
  • 10
  • 107
  • 191
2
votes
0 answers

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?
Heera
  • 495
  • 1
  • 4
  • 6
2
votes
0 answers

Tokyo tyrant database size limit

I have a database with 65GB and it looks like it is not accepting new entries. Is there any limit for tokyo tyrant database size?
Daniel Cukier
  • 11,502
  • 15
  • 68
  • 123
2
votes
1 answer

Are Kyoto Cabinet and Tokyo Cabinet dead?

These projects sound interesting, but I don't see any active development, and the code base depends on obsolete sowftware (GLIBC_2.14...) Or am I looking in the wrong places?
MasterScrat
  • 7,090
  • 14
  • 48
  • 80
2
votes
2 answers

How to start Tokyo tyrant server using ttservctl file

i successfully tokyo tyrant and tokyo cabinet now i have to start the tokyo tyrant server when i run the command ./ttservctl start instead of starting the server it is giving me error and the output is ritesh@ritesh-desktop:~/tokyotyrant-1.1.33$…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
2
votes
2 answers

Does Tokyo Cabinet support in-memory B+ Tree implementation?

Does Tokyo Cabinet support in-memory B+ trees? If so, how do I use them? Because in some web articles (for example here and here), such usage is reported but I can't find any document describing how to do it. Thanks.
Arpssss
  • 3,850
  • 6
  • 36
  • 80
1
vote
1 answer

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 (I'm using Tokyto Tyrant over the memcached…
Geert-Jan
  • 18,623
  • 16
  • 75
  • 137
1
vote
4 answers

Difficulty accessing local webserver

I have an Echoprint local webserver (uses tokyotyrant, python, solr) set up on a Linux virtual machine. I can access it through the browser or curl in the virtual machine using http//localhost:8080 and in the non-virtual machine (couldn't find out…
1
2