TokuMX is open source performance-enhancing software for MongoDB that makes MongoDB more performant in large applications with demanding requirements.
Questions tagged [tokumx]
39 questions
0
votes
0 answers
Did a compiler ever resolve namespace ambiguities?
I have to compile the code of tokumx from percona's github repository. It contains an ambiguity regarding the use of shared_ptr .
In short, the pattern is as follows:
namespace baz
{
class integer;
}
namespace bar
{
class…

choeger
- 3,562
- 20
- 33
0
votes
1 answer
TokuMX Object [object Object] has no method 'hasNext'
Welcome
I was doing aggregation on machine with Mongo 3.0
mongo ${DB_HOST_PORT}/${DATE} ${BASE_PATH}/temp/script.js > "${BASE_PATH}/temp/listofcampaigns.csv" --quiet
var…

Krzysztof Kleszcz
- 13
- 1
- 3
0
votes
1 answer
Partial Indexes in TokuMX
We recently switched from MongoDB to TokuMX. In one collection our documents all have a numerical filed, "docType". Some documents have a field "DL_Number", and others don't. For those documents with a "DL_Number" field, the combination of "docType"…

HeywoodFloyd
- 166
- 1
- 12
0
votes
1 answer
Live Data Migration From Tokumx 2.0 To Percona Server For MongoDB 3.0 With Zero or Minimum Downtime ( PSMDB )
Live Data Migration From Tokumx 2.0 To PSMDB (Percona Server For MongoDB 3.0)
=======
I am doing live data migration from Tokumx 2.0 replicaset cluster to Percona server for mongodb 3.0 using the following Guide specified Link Below :
Visit…

gahmed
- 21
- 5
0
votes
0 answers
Data Migration From Tokumx 1.5 To Percona MongoDB Server 3
I want to migrate from TokuMX 1.5 to Percona MongoDB server 3.11. Following Data Migration guide provided by percona .
which works fine, but at:
Step 12 : Restore the indexes (this may take a while). This step will
remove clustering options to…

gahmed
- 21
- 5
0
votes
1 answer
What options are available for upgrading an existing TokuMX database to MongoDB 3.0?
TokuMX is a drop-in replacement for MongoDB 2.4 but we're developing some features for our app that really require some of the aggregation features introduced in MongoDB 2.6 and 3.0.
We have a fairly large (>50GB uncompressed) database in TokuMX…

Mark Guinn
- 619
- 3
- 8
0
votes
1 answer
In memory mongodb for read-intensive applications
I have a project in which the data is readonly (no writes at all) and for each request a couple of thousand reads are performed and thus the bottleneck is getting the data from the database.
We're running tokumx on tmpfs (~12GB compressed database)…

Vitomir Kovanovic
- 421
- 3
- 12
0
votes
0 answers
TokuMX does not restart after an upgrade
I was trying to use TokuMX, so I did:
sudo mongod --config /etc/tokumx.conf
and it just takes forever, and no response.
My TokuMX once worked fine. Everything broke when I upgraded MongoDB.
Any…

ahjk20150210
- 11
- 1
- 5
0
votes
2 answers
How to avoid slow TokuMX startup?
We run a TokuMX replica-set (2 instances + arbiter) with about about 120GB data (on disk) and lots of indices.
Since the upgrade to TokuMX 2.0 we noticed that restarting the SECONDARY instance always took a very long time. The database kept getting…

Benjamin
- 1
- 1
0
votes
2 answers
Cannot install tokumx on osx: cannot execute binary file
I download from tokumx website newest version. When I start mongod I have an error,
bash: ./mongod: cannot execute binary file
Any solution.

Piotr Sobolewski
- 2,024
- 4
- 28
- 42
0
votes
1 answer
Test transaction management in TokuMX
I am new to TokuMX.
Since TokuMX supports transaction managament , I want to test the same.
How to test it? Is there any use case/ sample code to test the same?
Please guide.

ashwini
- 531
- 5
- 13
- 28
0
votes
1 answer
Data keeps on growing TokuMx no repairDatabase
TokuMx though has benefits, we are running into issues. Recently we migrated to this engine and in process our clean up scripts are useless. We have transient data that we used clean every night and then reclaim disk via db.repairDatabase . However…

purvesh
- 13
- 3
0
votes
0 answers
Can't compile Tokumx on FreeBSD
I'm trying to build Tokumx on FreeBSD 10, but I'm stuck with the following error:
[ 27%] Building CXX object…

Steffen
- 589
- 6
- 16
0
votes
2 answers
How to repair/show missing dbs list in TokuMX MongoDB that have files in dbpath?
I wanted to copy the data files (not mongodump) of one mongodb instance to another and here's the scenario:
Shutdown MongoDB on Machine 1 and copied the db files to Machine 2
Shutdown MongoDB on Machine 2
Moved the copied data files from Machine 1…

sirfz
- 4,097
- 23
- 37
0
votes
2 answers
Can't replace mongo document
I am attempting to save documents to a mongoDB cluster (sharded replica sets) and am having a strange issue. I am using pymongo 2.7.2 and TokuMX 1.5 mongodb 2.4.10.
When I attempt to save (overwrite) existing documents I am getting an exception that…

dgel
- 16,352
- 8
- 58
- 75