Does PostgreSQL allow running stored procedures in parallel? -


i'm working etl tool, business objects data services, has capability of specifying parallel execution of functions. documentation says before can this, have make sure database, in our case postgres, allows "a stored procedure run in parallel". can tell me if postgres that?

sure. run queries in different connections, , run in parallel transactions. beware of locking though.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -