Is it possible to run Firebird 2.5 query in parallel mode? -


colleagues, have query looks like

for select first 100 contracts.doc table_1  :contr     begin   insert tmp_port (         dt,         ....)          select             :in$dt dt,             ...         p_procedure (0,  :contr , :in$dt);    end 

the problem proprietary procedure p_procedure works slow. can't optimize p_procedure.

in oracle, remember, can increase speed of execution using parallel.

is there similar (like hint 'parallel') in firebird 2.5? there other approaches increase execution speed? thank advice.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -