All,
Tried to load data using using ETL Module and I am able to load only 1,378
records/sec. To load 4M records it took 1hour 10 mts which a lot.
is there any way to improve this loading process. my Json config file is
using the below configuration.
Highly appreciate your help on this.
{
"config": {
"log": "debug"
},
"extractor" : {
"jdbc": { "driver": "oracle.jdbc.driver.OracleDriver",
"url": "jdbc:oracle:thin:@hostname:1534/dbname",
"userName": "oracle",
"userPassword": "oracle",
"query": "select * from LINE_TMP" }
},
"transformers" : [
{ "vertex": { "class":"LINE_TMP"} }
],
"loader" : {
"orientdb": {
"dbURL":
"plocal:/nosql/orientdb/orientdb-enterprise-2.1-rc1/databases/orientdbcrm",
"dbUser": "admin",
"dbPassword": "admin",
"dbAutoCreate": False,
"tx": false,
"batchCommit": 10000,
dbType:"graph"
}
}
}
On Sunday, June 14, 2015 at 3:23:09 AM UTC-4, [email protected] wrote:
> Hi,
>
> I am a new bee to orientdb and working on a test case to compare
> performance of some of the aggregate sql queries.
>
> Can you please let me know what is the best and fast way to load 100M
> records from oracle database to orientdb cluster.
>
> also how tracing is enabled in orient db?
>
>
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.