Badrish Chandramouli

Results 166 comments of Badrish Chandramouli

This all makes sense. In storage-v2, we have the notion of a [LogRecord](https://github.com/microsoft/garnet/blob/tedhar/object-allocator/website/docs/dev/tsavorite/logrecord.md) record format, that already includes optional fields such as ETag and Expiration. Adding a namespace would be...

Yes, as mentioned in https://github.com/microsoft/garnet/issues/1432, there is a size limit of a single object. If AOF is enabled, an object cannot be larger than the configured AOF page size. When...

The linked PR https://github.com/microsoft/garnet/pull/1131 was our summer intern's prototype implementation of the basic stream commands. We do want to revisit this, fill gaps, test, and get it ready for merging...

How important is it that the same key be prevented by the system from being used for the main and object store? Seems users can easily work around this. cc...

The PR is rather out of date, so we will close it for now. When you get back to this, it would be great to re-open a new PR from...