electrum / ssb-dbgen

Star Schema Benchmark dbgen

Home Page:http://www.cs.umb.edu/~poneil/publist.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBgen cannot generate fact table and parts table on MacOS Catalina

HofmT opened this issue · comments

Hello,

I'm using Mac OS Catalina and was able to compile dbgen with the given makefile. However, I cannot generate the following tables:

Parts Table:
SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0)
Copyright Transaction Processing Performance Council 1994 - 2000
No load routine has been defined for the part table
Segmentation fault: 11

SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0)
Copyright Transaction Processing Performance Council 1994 - 2000
Illegal instruction: 4

Anyone facing similar issues?

Update: There is a fork of the SSB repository - https://github.com/greenlion/ssb-dbgen
It worked without any issues on my system.