Hello Jennie,
I can to do clustering, to use (map-reduce, handoop) as monetdb for large
amounts of information? any have any documentation for this?
What amount of information are you talking about?
I have two applications. In 1 i have over 100.000.000 millions of records.
And i have other application as more of 400.000.000 millions of records and
i need migrate this of oracle.
Thanks,
Edgar M
2014/1/22
Send users-list mailing list submissions to users-list@monetdb.org
To subscribe or unsubscribe via the World Wide Web, visit https://www.monetdb.org/mailman/listinfo/users-list or, via email, send a message with subject or body 'help' to users-list-request@monetdb.org
You can reach the person managing the list at users-list-owner@monetdb.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of users-list digest..."
Today's Topics:
1. RE: problem with Jan2014 build (Bas Kaptijn) 2. Re: What differences between monetdb and mongodb for analytical data? (Ying Zhang)
----------------------------------------------------------------------
Message: 1 Date: Tue, 21 Jan 2014 11:55:38 +0000 From: Bas Kaptijn
To: "users-list@monetdb.org" Subject: RE: problem with Jan2014 build Message-ID: < a553ef932478438e82367f954b701a0f@AMSPR05MB211.eurprd05.prod.outlook.com> Content-Type: text/plain; charset="us-ascii"
Some last info: the problem disappears when using the no_mitosis_pipe optimizer pipeline.
sql>set optimizer='no_mitosis_pipe'; operation successful (0.139ms) sql>SELECT * FROM source1 WHERE SUBSTRING(SOURCE,1,2)='04' LIMIT 1 OFFSET 400000;
+-----------------------------------------------------------------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | file | line | source
|
+=============================================================================+========+====================================================================================================================================================+ | /home/bkaptijn/DDDB/.tmpinputdir/9772_9999_20130501_20130531_Schade_516.ASC | 430664 | 04999999999999999999999999999999999999999
:
+-----------------------------------------------------------------------------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------+ 1 tuple (1.1s) sql>set optimizer='default_pipe'; operation successful (0.305ms) sql>SELECT * FROM source1 WHERE SUBSTRING(SOURCE,1,2)='04' LIMIT 1 OFFSET 400000; +------+------+--------+ | file | line | source | +======+======+========+ +------+------+--------+ 0 tuples (798.870ms)
Regards, Bas