Re: Question on Key choice for an Ignite cache

2020-06-30 Thread Eugene McGowan
orse than numeric key. > > Regards, > -- > Ilya Kasnacheev > > > вт, 30 июн. 2020 г. в 15:17, Eugene McGowan : > >> >> We would like to create an Ignite key by concatenating data. This is a >> standard distributed system pattern for key-value, and would allow th

Question on Key choice for an Ignite cache

2020-06-30 Thread Eugene McGowan
We would like to create an Ignite key by concatenating data. This is a standard distributed system pattern for key-value, and would allow the reader and writer consistently access the cache. The data is a combination of strings and integers. To simplify our use case, lets say its an email address

Re: Ignite concepts

2020-06-12 Thread Eugene McGowan
> https://apacheignite.readme.io/docs/java-thin-client-initialization-and-configuration#initialization > > - > Denis > > > On Thu, Jun 11, 2020 at 12:12 AM Eugene McGowan > wrote: > >> Thanks for getting back to me on this Dennis, >> The company's Ig

Re: Ignite concepts

2020-06-11 Thread Eugene McGowan
ands? > > In the meantime, please check this page to understand the pros and cons of > thick and thin clients: > https://www.gridgain.com/docs/latest/installation-guide/deployment-modes#thick-vs-thin-clients > > - > Denis > > > On Wed, Jun 10, 2020 at 1:07 PM Eugene

Ignite concepts

2020-06-10 Thread Eugene McGowan
Hi Igniters, Our company has recently started using Ignite and our team are now to it. We would like to use Ignite as a Cache layer for an upcoming project Our use case is that we have an Ignite cluster that we want to interact with , our client service is Springboot based and running in a