Questions tagged [tokyo-tyrant]

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

24 questions
1
vote
2 answers

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 on windows from python and pyrant-0.3.5: like…
user293977
1
vote
0 answers

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 that case?
viraptor
  • 33,322
  • 10
  • 107
  • 191
1
vote
1 answer

tokyo cabinet: .tcb.wal file created along with .tcb file. Db size doesnot decreases while deleting records

I am using tokyo cabinets B+ tree API to create a lookup database. On linux environment I see a .tcb.wal file created along with the actual .tcb database file. The size of this file is 0. I wonder whether its a lock file that is created to help…
dev0z
  • 2,275
  • 1
  • 15
  • 16
1
vote
1 answer

TokyoCabinet Write speed too slow

I have a perl script (in Ubuntu 12.04 LTS) writing to 26 TCH files. The keys are roughly equally distributed. The writes become very slow after 3 Million inserts (equally distributed to all the files) and the speed comes down from 240,000…
alpha_cod
  • 1,933
  • 5
  • 25
  • 43
1
vote
1 answer

TokyoTyrant - restart with clean datastore

What is the correct way to restart with a clean datastore with TokyoTyrant? Can it be done via the Linux command line? I'm working on a project where I need to restart both TokyoTyrant and Solr in sync.
BuddyJoe
  • 69,735
  • 114
  • 291
  • 466
0
votes
1 answer

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?
Alfred
  • 60,935
  • 33
  • 147
  • 186
0
votes
1 answer

How to Start Echo nest Server?

i'm trying to install echo nest server,according to github instruction first, i install java,python,all of python component that is requirement and finally install apache solar from bitnami on windows 10. but i've problem about how to install Tokyo…
0
votes
1 answer

Getting database for Echoprint Api using Python getting error

i am trying to get started with Echoprint api .just installed Echoprint server and run it then i run a command for getting database of Echoprint api ritesh@L901134:~/echoprint/util$ python fastingest.py -b…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
0
votes
2 answers

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 out if I can use it to index every document. I…
stunti
  • 855
  • 8
  • 20
1
2