Niklas Riekenbrauck

Results 5 issues of Niklas Riekenbrauck

During development with VSCode I found it helpful to see and run directly tests from the UI. This PR adds the required test discovery mechanisms for our unit and system...

FullCI

This PR depends on https://github.com/hyrise/hyrise/pull/2618. We add the `StorageRegion` class that allows reading and writing pages to disk using standard posix IO.

FullCI

This PR depends on https://github.com/hyrise/hyrise/pull/2618. VolatileRegion is used to create and manage the virtual memory region using various syscall e.g free(PageID) to call madvise(MADV_DONTNEED).

This PR add the buffer pool class. It implements the Second-Change FIFO eviction queue when the defined virtual memory limit is reached.

Hi there, I already spoke to Malte about my idea to implement a calendar API for users. I thought about the following scenarios: 1. There is a public stream for...

enhancement
apps