Hi Raymond, I think your use case fits well into traditional Ignite model of write-through cache store with backing database. Why do you want to avoid a DB? Do you plan to store data on disk directly as a set of files?
Pavel On Mon, Jun 12, 2017 at 2:14 AM, Raymond Wilson <[email protected]> wrote: > Hi Pavel, > > > > Thanks for the blog – it explains it quite well. > > > > I have a slightly different use case where groups of records within a much > larger data set are clustered together for efficiency (ie: each of the > cached items in the Ignite grid cache has significant internal structure). > You can think of them as a large number of smallish files (a few Kb to a > few Mb), but file systems don’t like lots of small files. > > > > I have a legacy implementation that houses these small files within a > single larger file, but wanted to know if there was a clean way of > supporting the same structure using the Ignite read/write through support, > perhaps with another system providing relatively transparent persistency > semantics but which does not use a DB to store the data. > > > > Thanks, > > Raymond. > > > > *From:* Pavel Tupitsyn [mailto:[email protected]] > *Sent:* Saturday, May 27, 2017 5:03 AM > *To:* [email protected] > > *Subject:* Re: Write behind using Grid Gain > > > > I've decided to write a blog post, since this topic seems to be in demand: > > https://ptupitsyn.github.io/Ado-Net-Cache-Store/ > > > > Code: > > https://github.com/ptupitsyn/ignite-net-examples/tree/ > master/AdoNetCacheStore > > > > Let me know if this helps! > > > > On Fri, May 26, 2017 at 3:50 PM, Chetan D <[email protected]> wrote: > > Thank you Pavel. > > > > waiting for your response. > > > > On Fri, May 26, 2017 at 6:03 PM, Pavel Tupitsyn <[email protected]> > wrote: > > To give everyone context, this is not about GridGain, but about Apache > Ignite. > > The blog post in question is https://ptupitsyn.github. > io/Entity-Framework-Cache-Store/ > > > > Chetan, I'll prepare an example with Ignite 2.0 / ado.net and post it > some time later. > > > > Pavel > > > > On Fri, May 26, 2017 at 2:32 PM, Chetan D <[email protected]> wrote: > > ++ User List > > > > any help much appreciated. > > > > Thanks And Regards > > Chetan D > > ---------- Forwarded message ---------- > From: *Pavel Tupitsyn* <[email protected]> > Date: Fri, May 26, 2017 at 4:38 PM > Subject: Re: Write behind using Grid Gain > To: Chetan D <[email protected]> > > Hi Chetan, can you please write this to our user list, > [email protected]? > > So that entire community can participate. > > > > Thanks, > > Pavel > > > > On Fri, May 26, 2017 at 1:35 PM, Chetan D <[email protected]> wrote: > > Hi Pavel Tupitsyn, > > > > I have posted a comment in your blog as well (entity framework as ignite > .net store) regarding write behind using ignite. > > > > I have been working on a project where i need to implement distributed > caching and i have been asked to look into grid gain. > > > > This is is the first time i am working on caching and this is entirely new > topic for me. > > > > The example which you have shared i was able to understand a little and > the sad part is even entity framework also i have never worked on. > > > > It would be helpful if you can share me a simple example using ado.net > implementing read through, write through and write behind even a simple > table helps me understand the concept. > > > > > > > > > > > > > > > > > > > > >
