Results 60 comments of Steve Shaw

Yes, HammerDB is intended to be run from the home directory which mostly to now has not caused a major issue and has not been a priority to change. You...

> I submitted a draft, but I have still one doubt. in agent/agent line 10, it can be either `${0##*/}` so extracting file name only from the path, or hardcoded...

I agree, the potential benefit of this change is outweighed by the amount of testing needed to ensure that everything continues to work. The preferred solution is to create a...

Issue for the schema checks that have been added https://github.com/TPC-Council/HammerDB/issues/659

It's great to see interest in this feature and a good background to why this was added for MySQL/MariaDB is explained here: https://www.hammerdb.com/blog/uncategorized/why-you-should-benchmark-your-database-using-stored-procedures/ Essentially, there was a community discussion around...

We already use prepared statements for PostgreSQL functions, but prepared statements are not supported for PostgreSQL stored procedures (so with the XML connect pool option you can't use stored procedures)....

As discussed this is a great suggestion for inclusion in HammerDB. Before submitting a PR for PostgreSQL it would be good to discuss the design approach to make sure that...

Adding link to discussion topic [Vector Search Benchmarking along with OLTP ](https://github.com/TPC-Council/HammerDB/discussions/716) There is potential for this to be developed a TPC-CHV workload for databases that support it.

Further research shows that zipkit functionality will be included in Tcl 8.7 https://www.magicsplat.com/blog/tcl87-zipfs2/ suggesting that TclKit/ZipKit should be the first approach to evaluate.

Great suggestion. Yes HammerDB is GPL-3. Packaging for Linux distros was raised in this Issue https://github.com/TPC-Council/HammerDB/issues/38 and now is a good time for the TPC-OSS subcommittee to discuss this. In...