-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can somebody refer a good tutorial on tokyo cabinet and tokyo tyrant
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I watched a free high quality video with Aaron Hillegass about Core Data vs Tokyo Cabinet. Besides that this guy is amazingly funny (really, if you want to laugh now, watch it!), he shows off Tokyo Cabinet beeing about 40x faster than Core Data.
I wonder if it's worth thinking about how to attach…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking for general experiences from people who have used both, particularly on how the two compare on handling large numbers of records, transaction/concurrency/deadlock handling, and juicy stories about database corruption and backup procedures.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have built a pretty simple REST service in Sinatra, on Rack. It's backed by 3 Tokyo Cabinet/Table datastores, which have connections that need to be opened and closed. I have two model classes written in straight Ruby that currently simply connect, get or put what they need, and then disconnect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there any way I can store an array of numbers in a Tokyo Cabinet db? For example, I have predictable arrays of values such as
1 => [1, 2, 444, 0.987],
2 => [2, 23, 123, -0.234],
3 => [3, 1, 34, 1.456]
I would like to store the above in a TC fixed length db. Is there a way to store…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 know it's possible to let Sphinx to use Mysql but…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm testing Tokyo Tyrant in a master-master setup and have found the ulog grows out of control and locks up the disk.
At first I found the -ulim option useful and limited the logfile size, however it simply rolls over to a new log, leaving the old ones to clutter up the partition.
I suppose I'll…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 this:
import pyrant;
import time;
t = pyrant.Tyrant(host="192…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi SO folks,
I didn't managed to find an Lua client/api for TokyoTyrant.
Such Api exists for TokyoCabinet, but not for TT. And Perl and Ruby API exists for TT.
TT provides a native binary protocol, a memcached-compatible protocol, and an HTTP-oriented protocol.
So my questions are :
1/ Do you…
>>> More