Skip to content

marco44/dispatcher_pg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
This tool dispatches a list of independant SQL statements (separated by semi-colon) over several PostgreSQL sessions.

This is mostly useful to build indexes and constraints as fast as possible at the end of a big data load, or to parallelize the rebuilding of indexes.

This scripts waits for two options:
-conf my_conf_file: the configuration file, gives the connection information and parallelism
-queries my_query_file: the file containing all the queries (sorry, I'll have to translate this option :) )

About

Dispatch a bunch of queries over several sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages