Questions tagged [tokumx]

TokuMX is open source performance-enhancing software for MongoDB that makes MongoDB more performant in large applications with demanding requirements.

39 questions
0
votes
1 answer

TokuMX 1.4 to 1.5 data migration

I have copied over all TokuMX 1.4 data files to a fresh installed TokuMX 1.5 server, but launching the server fails with: Fri Aug 1 09:51:04.633 [initandlisten] TokuMX starting : pid=42210 port=27017 dbpath=/data/db 64-bit…
ctp
  • 1,077
  • 1
  • 10
  • 28
0
votes
1 answer

TokuMX and result size limit

I know that the Tokutek guys are inspired just by the useful and demanded features from MongoDB. One of these very useful features in MongoDB 2.6 is: "The aggregation pipeline adds the ability to return result sets of any size, either by returning a…
ctp
  • 1,077
  • 1
  • 10
  • 28
0
votes
1 answer

TokuMX MVCC Transactions in Java

How are highly contended records saved when running concurrent transactions on the same document(s)? It appears that this is happening: MVCC Transaction A begins. MVCC Transaction B begins. Transaction A updates docA and docB. Transaction A…
user2969252
0
votes
1 answer

How to run a specific command by using Jongo?

I'm using TokuMx in order to organize a transaction. It has specific commands to do so. I tried to run db.runCommand("beginTransaction") in Mongo shell. It worked well. However, when I did the same thing in Jongo: …
lvarayut
  • 13,963
  • 17
  • 63
  • 87
0
votes
1 answer

How to completely remove tokumx from ubuntu server?

I've just installed TokuMX according to this tutorial on my Ubuntu Server 12.04. Basically I did the following: $ ls tokumx*.deb tokumx_1.4.0-1-precise_amd64.deb tokumx-clients_1.4.0-1-precise_amd64.deb tokumx-common_1.4.0-1-precise_amd64.deb …
Erik
  • 14,060
  • 49
  • 132
  • 218
0
votes
0 answers

tokumx1.2.1 update slow,why?

we have a java application ,use tokumx1.2.1。we use mongo-java-client-2.10.1 for write and read.Write about 5 times per second,but sometime it use time exceed 10s.the dba monitor tokumx times not exceed 10ms,can anyone help me? thank you!
0
votes
1 answer

Cant compile tokumx/mongodb on osx mavericks

I am trying to compile tokumx (mongodb fork with transactions) on mavericks. It compiles for some time and then errors out with this message: Linking build/darwin/64/release/mongo/mongodump Undefined symbols for architecture x86_64: …
Iuri G.
  • 10,460
  • 4
  • 22
  • 39
0
votes
1 answer

Tokudb file space low error

I have my mongo data files in a temporary directory. I start the server by giving : ./mongod --dbpath /nlu/users/ig/mongodb It was working fine and i could write into the db using a python driver. I get this error today. Please help on how to…
user1189851
  • 4,861
  • 15
  • 47
  • 69
-1
votes
1 answer

Error running mongod command in Tokumx

I am trying to install Tokumx mongodb inside ubuntu VM using Putty. I have followed all the steps to install tokuMX mongodb from the link http://docs.tokutek.com/tokumx/tokumx-installation.html I have created /data/db folder inside root and given…
ashwini
  • 531
  • 5
  • 13
  • 28
1 2
3