Hi, Thanks for the tip. I implemented with data streamer and observe a significant improvement. However it still takes >1ms per cache entry addition which is fast enough for my requirements, but still >500 times slower than DMA. Is this largely a factor of network overhead (even though I use localhost cache), or the underlying caching mechanics?
Regards, John -----Original Message----- From: Maxim.Pudov <[email protected]> Sent: Tuesday, April 23, 2019 8:12 PM To: [email protected] Subject: RE: cache update slow Email received from outside the company. If in doubt don't click links nor open attachments! ________________________________ Thanks for sharing your code. I didn't realise you use .NET. Check out how you can benefit from data streamer in .NET [1]. It was designed to populate your cache faster, so it could help you to improve performance. [1] https://apacheignite-net.readme.io/docs/data-streamers -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/ ________________________________ This message is confidential and is for the sole use of the intended recipient(s). It may also be privileged or otherwise protected by copyright or other legal rules. If you have received it by mistake please let us know by reply email and delete it from your system. It is prohibited to copy this message or disclose its content to anyone. Any confidentiality or privilege is not waived or lost by any mistaken delivery or unauthorized disclosure of the message. All messages sent to and from Agoda may be monitored to ensure compliance with company policies, to protect the company's interests and to remove potential malware. Electronic messages may be intercepted, amended, lost or deleted, or contain viruses.
