hse icon indicating copy to clipboard operation
hse copied to clipboard

HSE: Heterogeneous-memory storage engine

Results 29 hse issues
Sort by recently updated
recently updated
newest added

Most of our code adheres to this style with newer code (usually me) not doing it. Greg usually critiques this, so let's just make it a warning in order to...

Emit a warning if PAGE_SIZE isn't 4096 since we don't test on platforms which don't have a PAGE_SIZE equal to 4096. Signed-off-by: Tristan Partin

I envision Garuav's OMF work merging into this document potentially, and maybe a lot of this write-up just becomes the ARCHITECTURE.md that Steve is envisioning. Signed-off-by: Tristan Partin

cn-tree-simulator allows a user to simulate the shape of a cN tree. Currently it is fairly bare-bones and only allows to simulate a very simple load phase. Signed-off-by: Tristan Partin

Signed-off-by: Tristan Partin

### Description Test runner is not getting picked up correctly. ### Steps to reproduce _No response_ ### Linux Distribution Any ### File System Any ### Other System details Any

bug

i saw in the Release Notes a mention towards compression, and that LZ4 is the only option. thought you should check out Density as its compression rate is MUCH higher....

enhancement

Please provide instructions on how to do point in time online backup of a KVDB and how to do a complete KVDB restore.

enhancement
question

### Description Hello HSE developers and maintainers, we found this crash consistency bug while testing HSE using an experimental PM crash testing tool. During `loghdr_update` ([`mdc_file.c:444`](https://github.com/hse-project/hse/blob/master/lib/mpool/src/mdc_file.c#L446)), it calls `omf_mdc_loghdr_pack`([`omf.c:38`](https://github.com/hse-project/hse/blob/master/lib/mpool/src/omf.c#L38)). If...

bug

Signed-off-by: Gaurav Ramdasi ## Description Prefix probes do not use cursors underneath. The prefix can be any length. KVS cparam for suffix length is removed. Prefix probe is now a...