HSE: Heterogeneous-memory storage engine designed for SSDs
1–10 of 47 posts
Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#2Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#3Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#4I am curious about the durability and how well tested all of that is though. On the one hand, filesystems put a lot of work towards ensuring that bytes written to disk and synced are most likely durable, but OTOH Micron is a native SSD vendor so they've probably thought of that.
I'm also curious whether RAIDing multiple SSDs together at the block layer and then running HSE on top of that will be faster or whether running multiple HSE instances (not the right word, it's a library, but you get what I mean) with one per drive and then executing redundantly across instances would be faster. Argument for the former is that each instance would have to redo the management work, argument for the latter is that there's probably synchronization overhead within the library so running more in parallel should allow for concurrency and parallelism gains.
Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#5Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#6PR is insane hot air referring to another hot air product (can you even buy their 3D Xpoint devices yet?)
Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#7Why is this press release getting massively upvoted?
Re: HSE: Heterogeneous-memory storage engine designed for SSDs
#8> HSE optimizes performance and endurance by orchestrating data placement across DRAM and multiple classes of SSDs or other solid-state storage.
Orchestrating data placement? Isn't that what all storage engines do?
What am I missing here? Is this a block level rather than file-system level driver?