Skip to content

Releases: pdlfs/deltafs

2018.4.4

21 Apr 07:45
Compare
Choose a tag to compare
2018.4.4 Pre-release
Pre-release

Update plfsdir's internal structure to improve code efficiency.

2018.4.3

16 Apr 20:06
Compare
Choose a tag to compare
2018.4.3 Pre-release
Pre-release

Update plfsdir's public api and its internal mem reservation

2018.4.2

12 Apr 22:39
Compare
Choose a tag to compare
2018.4.2 Pre-release
Pre-release

In this patch we refactor plfsdir's code to enable data indexing without performing any partial data sort. Data is directly stored in write order. Skipping the sort increases our performance during the write path at the cost of slightly reduced read performance. This optimization is aimed for manycore platforms such as the KNL.

2018.4.1

11 Apr 21:36
Compare
Choose a tag to compare
2018.4.1 Pre-release
Pre-release

Add a new block format to reduce encoding overhead (from 17 bits to 3 bits per key)

2018.4

09 Apr 16:13
Compare
Choose a tag to compare
2018.4 Pre-release
Pre-release

Update plfsdir's internal indexing code
Add tests for plfsdir's scan operation

2018.3

19 Mar 17:32
Compare
Choose a tag to compare
2018.3 Pre-release
Pre-release

Allow the write path of plfsdir to be rate limited.

2018.2.4

17 Feb 04:51
Compare
Choose a tag to compare
2018.2.4 Pre-release
Pre-release

Add a new LevelDB sub-engine to plfsdir with bloom filters enabled
Misc fixes on top of v2018.2.3

2018.2.3

13 Feb 22:23
Compare
Choose a tag to compare
2018.2.3 Pre-release
Pre-release

Minor fixes on top of v2018.2.2

2018.2.2

12 Feb 15:02
Compare
Choose a tag to compare
2018.2.2 Pre-release
Pre-release

Add I/O monitoring to plfsdir

2018.2.1

10 Feb 02:31
Compare
Choose a tag to compare
2018.2.1 Pre-release
Pre-release

Add a LevelDB sub-engine to plfsdir with compaction disabled