OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

Use list instead of skiplist to store data if `TTLType` is `Latest`

Open dl239 opened this issue 2 years ago • 1 comments

OpenMLDB use double-layer skiplist to store data in memory storage engine currently. Skiplist will take some extra memory in header and data nodes. As Lastest table has little records in second layer skiplist, using list will not have a noticeable impact on performance.

dl239 avatar Jun 21 '22 07:06 dl239

Please assign this task to me.

longxu0509 avatar Aug 01 '22 01:08 longxu0509