Re: [GENERAL] trouble converting several serial queries into a parallel query

2015-07-05 Thread Chris Mair
I have a very simple query that is giving me some issues due to the size of the database and the number of requests I make to it in order to compile the report I need: A dumbed down version of the table and query: CREATE TABLE a_to_b ( id_a INT NOT NULL REFERENCES

[GENERAL] trouble converting several serial queries into a parallel query

2015-07-04 Thread Jonathan Vanasco
I have a very simple query that is giving me some issues due to the size of the database and the number of requests I make to it in order to compile the report I need: A dumbed down version of the table and query: CREATE TABLE a_to_b ( id_a INT NOT NULL REFERENCES