RE: webconsole generated project - cache load performance

2018-10-15 Thread Stanislav Lukyanov
, or just a small client with data streamer running near the DB is likely to be perform better anyway. Stan From: wt Sent: 16 сентября 2018 г. 2:12 To: user@ignite.apache.org Subject: Re: webconsole generated project - cache load performance I think I know what I need to do. I need to override

Re: webconsole generated project - cache load performance

2018-09-15 Thread wt
I think I know what I need to do. I need to override the loadcache method and implement my own based on the example on the site. I think if I use generics I could parse in any class and it will handle the load. What's your thoughts on that? -- Sent from:

Re: webconsole generated project - cache load performance

2018-09-15 Thread wt
hi Initially this will be a single node demo but will be deployed as a 10 node cluster. I am running 2.6 and it is loading data from SQL server. There are 2 issues i am finding at the moment 1) it takes an hour to load but only loads 2.5k out of 4.6 million records (this seems serious) 2) it

Re: webconsole generated project - cache load performance

2018-09-14 Thread Alexey Kuznetsov
Hi! Could you provide more details? Ignite version? DB Vendor and version you are loading data from? Ignite cluster size (number of nodes)? Does each node in cluster run on separate host? Attach your generated project and DDL of data you are loading. On Sat, Sep 15, 2018 at 2:18 AM wt wrote:

webconsole generated project - cache load performance

2018-09-14 Thread wt
Hi Is there a way to make the loading run faster for a project that has been generated by the web console. I am loading 4 million records and it is taking 30+ minutes -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/