Do inserts block selects in firebird? -


we running tests on firebird. when insert, notice if open second sessions, session hangs. inserts appear block selects.

is there option of sort enable concurrency. or inserts,updates,deletes block entire table?

do selects block other sessions selecting?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -