Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人有 TPC-H 架构吗?我尝试编译但有一些错误。
我需要 sql 模式文件。如果可能的话,数据 sql 文件。
谢谢
TPC-H 有一个生成数据库的 DBGEN。
你可以看到:http ://www.tpc.org/tpch/
我在这里维护数据生成器和架构的存储库:https ://bitbucket.org/tkejser/tpch-dbgen 。使用起来比 TPC 的要好一些。
repo 中有一个 postgres 就绪模式,以及一个为 Postgres 做正确事情的 makefile。