tokyo-cabinet Questions

6

Solved

I need to convert objects to a byte[] to be stored in the Tokyo Cabinet key-value store. I also need to unbyte the byte[] to an Object when reading from the key-value store. Are there any packages...
Aliform asked 17/9, 2010 at 14:10

7

Solved

The library in question is Tokyo Cabinet. I want is to have the native library, JNI library, and all Java API classes in one JAR file to avoid redistribution headaches. There seems to be an attem...
Frit asked 30/5, 2010 at 3:22

7

Solved

I am trying to create a key/value database with 300,000,000 key/value pairs of 8 bytes each (both for the key and the value). The requirement is to have a very fast key/value mechanism which can qu...
Disconcert asked 29/8, 2011 at 11:36

1

I have more than 100 million key-value pairs (one key can have multiple values). I am using Tokyo Cabinet's BDB (B+Tree DB) whose key, value is 32 bit byte-array. Is it possible in Tokyo Cabinet ...
Hargett asked 7/4, 2012 at 6:8

4

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 serv...
Cognoscenti asked 14/11, 2010 at 16:28

1

Solved

The function begin_transaction takes a boolean argument that indicates what type of synchronization should be done; physical when true or logical when false. What does it mean when it refers to "p...
Squill asked 29/11, 2010 at 0:4

3

Solved

I'm developing a database that holds large scientific datasets. Typical usage scenario is that on the order of 5GB of new data will be written to the database every day; 5GB will also be deleted ea...
Weepy asked 6/8, 2010 at 18:20

4

Solved

Has anyone successfully used Tokyo Cabinet / Tokyo Tyrant with large datasets? I am trying to upload a subgraph of the Wikipedia datasource. After hitting about 30 million records, I get exponentia...
Fredericafrederich asked 27/6, 2009 at 0:47

3

Solved

We're setting out to build an online platform (API, Servers, Data, Wahoo!). For context, imagine that we need to build something like twitter, but with the comments (tweets) organized around a live...
Farleigh asked 22/1, 2010 at 5:47

8

By Upper tens of thousands requests/second I want to see 60,000 -> +90,000 requests/second. My Setup consists of the following: user ---> web app --> message queue --> parser --> database? I sho...
Tutankhamen asked 17/2, 2009 at 23:7

3

I am evaluating tokyo cabinet Table engine. The insert rate slows down considerable after hitting 1 million records. Batch size is 100,000 and is done within transaction. I tried setting the xmsiz ...
Delorenzo asked 3/3, 2009 at 14:50

5

I am looking for python bindings for Table engine of Tokyo cabinet. I tried Pytc but can only find Hash and B-tree engine support. Is there any other bindings available?
Pompano asked 2/3, 2009 at 10:18

2

Solved

Is it possible to use Tokyo Cabinet with any of the .Net Languages, preferably VB10? How about Tokyo Tyrant? Preferably without going through LUA/Ruby or other wrappers.
Redolent asked 21/7, 2009 at 18:2
1

© 2022 - 2024 — McMap. All rights reserved.