Sanket Band

Results 21 comments of Sanket Band

Hi @JohannesLichtenberger , I went through the [org.sirix.io](http://org.sirix.io/) package to understand the storage types that SirixDB has currently. From what I have understood, FileStorage is already supported, however the above...

Ok looking at the above for combined, here is my understanding of the requirement: We should write a Storage type that would be a combination of two storages - 1....

> BTW: If you dig a bit deeper into the storage mechanism (simply store word aligned page fragments instead of same sized full pages), it would also be interesting to...

@Yashendr sure I will let you know if I need any help around this.

Hi @JohannesLichtenberger , This is in progress. I am hoping to complete this by coming friday...

hi @JohannesLichtenberger quick question: 1. For coding the reader that is used in as part of the Cloud storage, for instance AWS, my approach is to get the object from...

hi @JohannesLichtenberger , I have created a DRAFT pull request for this https://github.com/sirixdb/sirix/pull/611 Could not complete the implementation as promised on this. However, please feel free to advice if you...

This is a DRAFT pull request. The implementation is not complete yet. However I would really look out for your suggestions/advice on this, if you see that I am implementing...

> @sband I saw that you're writing to the local file backend as well as to S3. I'd probably simply write to S3 and read from S3. We can combine...

> I saw that Sebastian used JClouds (usable for different cloud storage) back then. Would an additional IO package make sense? I have created a package "org.sirix.io.cloud" for that, but...