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
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
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
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
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
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.
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
imitation of the typical application.
>>>
>>>
>>> Met vriendelijke groeten / Meilleures salutations / Best regards
>>>
>>> *Nicolae Marasoiu*
>>> *Agile Developer*
>>>
>>> *E* *nicolae.maras...@cegeka.com *
>>>
>>
,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
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
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
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
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 =
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 =
string line;
> while ((line = sr.ReadLine()) != null)
> {
> string[] strs = line.Split('\t');
> keywordsStreamer.AddData(Normalization.Stem(strs[3]),
> lineNum++);
> }
> keywordsStreamer.Flush();
>
/apache-ignite-users.70518.x6.nabble.com/DataStreamer-performance-question-tp6303.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
16 matches
Mail list logo