Bouncner
Bouncner
> With partial indexes, we have the opportunity to index only a subset of the available chunks, potentially resulting in reduced memory consumption compared to a full table index. With...
> `valgrind --tool=memcheck --error-exitcode=1 --gen-suppressions=all --num-callers=25 --suppressions=resources/.valgrind-ignore.txt ./cmake-build-debug/hyriseTest --gtest_filter='SegmentEncoding/EncodedSegmentIterablesTest.IteratorWithIterators/LZ4WithFilter' clang-release-memcheck-test --leak-check=full --track-origins=yes` See #2402. I am quite sure it's a false positive with GCC (Valgrind does not run with Clang...
Concerning the valgrind issue with `PrintBytesInObjectTo `, see this link and the last comment: https://github.com/google/googletest/issues/3805. We already ignore a bunch of them: https://github.com/hyrise/hyrise/blob/master/resources/.valgrind-ignore.txt
So you have gotten the error in a Docker setup with clang 15? The CI seems to have problems with one submodule. The the asan error from asan of LLVM...
> i tried gcc-10, but conflict with boost bitmap. > > [boostorg/bimap#23](https://github.com/boostorg/bimap/issues/23) [boostorg/bimap#15](https://github.com/boostorg/bimap/pull/15) #2074 I am currently using GCC 10.3 with boost 1.76 and it works fine. Is there a...
I just doubled checked GCC 10.3 and Boost 1.76 recently. Please ignore the warning that boost gives about a deprecated iterator include. This will be fixed in one of the...
Good point. Also: I think this is strongly connected with #1531, because I assume that we still iteratively walk through our iterators instead of directly going to the requested positions...
I see problems with both approaches. For example, the sort-merge join can give certain guarantees for a particular configuration but not for others (this could be requested by the optimizer...
That’s a good point. Though I cannot think of other “interesting properties” right now, we might need to take some time and think about an `interestingpropertiesstruct` that covers multiple flags!?!
I would say a really simple solution would be of great help. The recent TPC-H failure really annoyed me. So at least spamming the console with an error message during...