Re: Performance Question

2019-10-21 Thread Ilya Kasnacheev
Hello! I think that you should use DataStreamer to populate data. Should remove most of this discrepancy. Regards, -- Ilya Kasnacheev вс, 20 окт. 2019 г. в 20:02, Simin Eftekhari : > Hello Everyone, > > I am new to apache ignite. I'd appreciate your help with the following > question. > > I m

Re: Performance Question

2019-10-21 Thread kimec.ethome.sk
Hi, I would suggest you to deploy ignite server nodes on separate machines. If you are using virtualized infrastructure, I would suggest you to create two separate VMs. Ideally each VM should be running on a different hypervisor with enough headroom so that both VMs don't compete for resource

Re: Performance Question

2019-10-20 Thread Simin Eftekhari
Hello Micheal, Thanks for the reply. I did not make any changes to the configuration (example-ignite.xml), in either scenario. There is no backup. https://github.com/apache/ignite/blob/master/examples/config/example-ignite.xml Also, in both cases, the ignite nodes are running on the same vm, mean

Re: Performance Question

2019-10-20 Thread Mikael
Hi! Well, it depends on what you are doing I guess ;) The example use put(), this is the slowest way of putting anything in the cache compared to streamers for example, anyway, if you run your code on one node in a big loop that does put 2M times it will be slower, with two nodes it will have

Performance Question

2019-10-20 Thread Simin Eftekhari
Hello Everyone, I am new to apache ignite. I'd appreciate your help with the following question. I modified the CacheApiExample, to insert 2,000,000 entries into the cache. https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheApiExample.jav

Re: Performance question

2016-11-29 Thread vkulichenko
me dataset, you should have almost linear performance improvement. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-question-tp9218p9273.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Performance question

2016-11-29 Thread Alisher Alimov
he typical application. >> >> Met vriendelijke groeten / Meilleures salutations / Best regards >> >> Nicolae Marasoiu >> Agile Developer >> >> E nicolae.maras...@cegeka.com <mailto:nicolae.maras...@cegeka.com> >> >> CEGEKA 15-17 Ion Miha

Re: Performance question

2016-11-29 Thread Yakov Zhdanov
imitation of the typical application. >>> >>> >>> Met vriendelijke groeten / Meilleures salutations / Best regards >>> >>> *Nicolae Marasoiu* >>> *Agile Developer* >>> >>> *E* *nicolae.maras...@cegeka.com * >>> >>

Re: Performance question

2016-11-29 Thread Vladislav Pyatkov
,5th,6th,8th,9th fl >> RO-011171 Bucharest (RO), Romania >> *T* +40 21 336 20 65 >> *WWW.CEGEKA.COM <http://www.cegeka.com/>* [image: LinkedIn] >> <https://www.linkedin.com/company/cegeka-romania> >> -- >> *De la:* Alisher

Re: Performance question

2016-11-28 Thread vkulichenko
would also try to manually start threads to make sure that parallelization works properly. I'm not sure how it works if you use streams. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-question-tp9218p9239.html Sent from the Apache Ignite Use

Re: Performance question

2016-11-28 Thread Alisher Alimov
r Center Building, > 4th,5th,6th,8th,9th fl > RO-011171 Bucharest (RO), Romania > T +40 21 336 20 65 > WWW.CEGEKA.COM <http://www.cegeka.com/> > <https://www.linkedin.com/company/cegeka-romania> > De la: Alisher Alimov <mailto:alimovalis...@gmail.com>&g

Re: Performance question

2016-11-28 Thread Alexey Goncharuk
336 20 65 > *WWW.CEGEKA.COM <http://www.cegeka.com>* [image: LinkedIn] > <https://www.linkedin.com/company/cegeka-romania> > -- > *De la:* Alisher Alimov > *Trimis:* 28 noiembrie 2016 15:27 > *Către:* user@ignite.apache.org > *Subiect:* Pe

Re: Performance question

2016-11-28 Thread Marasoiu Nicolae
2016 15:27 Către: user@ignite.apache.org Subiect: Performance question Hello! I have write and run a simple performance test to check IgniteCache#localEntries and found that current method is not enough fast. Ignite ignite = Ignition.start(); CacheConfiguration cacheConfiguration =

Performance question

2016-11-28 Thread Alisher Alimov
Hello! I have write and run a simple performance test to check IgniteCache#localEntries and found that current method is not enough fast. Ignite ignite = Ignition.start(); CacheConfiguration cacheConfiguration = new CacheConfiguration<>(); cacheConfiguration.setBackups(0); IgniteCache cache =

Re: DataStreamer performance question

2016-07-14 Thread Yakov Zhdanov
string line; > while ((line = sr.ReadLine()) != null) > { > string[] strs = line.Split('\t'); > keywordsStreamer.AddData(Normalization.Stem(strs[3]), > lineNum++); > } > keywordsStreamer.Flush(); >

DataStreamer performance question

2016-07-14 Thread November
/apache-ignite-users.70518.x6.nabble.com/DataStreamer-performance-question-tp6303.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.