hyrise-v1 icon indicating copy to clipboard operation
hyrise-v1 copied to clipboard

HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)

Results 61 hyrise-v1 issues
Sort by recently updated
recently updated
newest added

Currently only one TX can be committed at a time, this should be improved :)

enhancement

Currently, all transactions log into a single logfile, which consequently grows over time and never gets deleted or truncated. Also, once a table is merged, its previous log entries must...

The current half/half situation doesn't really help anyone.

``` { /*... other stuff ... */ "performance_data": { /* ... other operands, too */ "operandId": { "timing": { /* all these values are explicit not measured through hardware counters...

> Well Barrier is kind of weird, because it uses the length `n` of _field_definition to forward the first `n` elements, regardless of actually set values in _field_definition. We should...

- Replace pointer based fields and pos_list with non-pointer members - Replace const pos_list \* with const pos_list& Increase ease of use of PointerCalculator.

Entries in the right-hand table only appear once in the result table, namely for the first match. Instead, they should appear for every matching entry in the left-hand table.

Setting _join_type in JoinScan does not have any effect on the join being performed