Giter VIP home page Giter VIP logo

tpc-h's People

Contributors

runningjon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

tpc-h's Issues

Intranet machines do not need to check for the latest version of the code

If the Intranet machine server is not networked, the test cannot be performed。Intranet machines do not need to check for the latest version of the code

Modify the code at the end of the tpch.sh

for j in $(curl google.com 2>&1 | grep "Couldn't resolve host"); do
	internet_down="1"
done

if [ "$internet_down" -eq "0" ]; then
	yum_installs
	repo_init
	script_check
else
   echo "############################################################################"
   echo	"Couldn't resolve host,The local code is not checked for the latest version."
   echo "############################################################################"
   echo ""
fi

Update documentation - GUCs reconfigured at runtime

Hi

Can we please either update the documentation and/or add more verbosity to the script along the lines that this script will turn on PQO (and make it the default optimiser) in case it's switched off on a GP database cluster.

Currently, the script enables PQO at the start of the run but leaves it set as the default optimiser once it's done. PQO is not the default optimiser for previous versions of GP (Example - 4.3.10).

Ideally, it would be good that the script switches off the PQO at the end of the run in case it (the script) turned it (PQO) on at runtime.

The script is great and I used it to collect TPC-H benchmarks before we migrate to new GP environment! Thanks.

-Amanjeet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.