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

can paser create index sql?

According to the Metis documentation the library could be configured with 32 (default) or 64-bit indices. This is done by adjusting a definition DXTYPEWIDTH in include/metis.h. And when the value...

Tables loaded via LoadDumpedTable will not be added to the StorageManager. They will also not be named properly. The behavior of LoadDumpedTable should be similar to the behavior of GetTable....

enhancement

This replaces genericExpressions by introducing a similar approach, but instead of using macro and boost magic it uses a python script to fill a Jinja2 template. Documentation can be found...

**running "make docs" on a new vm (set up with vagrant) fails** Exception occurred: File "/home/vagrant/hyrise/docs/breathe/renderer/rst/doxygen/domain.py", line 115, in create_class_id sigobj = parser.parse_class() AttributeError: 'DefinitionParser' object has no attribute 'parse_class'...

Distinct operator can only handle a single definition of field, but we specify a list of fields in the json. https://github.com/hyrise/hyrise/blob/master/src/lib/access/Distinct.cpp#L27 In the documentation it sounds like it could handle...

bug

See abff3bf7f3df95d8cfb0cab6eed43a7382d0431d

bug

...when sequentially importing one table after the other.

bug