Hi everyone,
I make bigger inserts consisting of a couple of thousand rows in my current web app and I would like to make sure that no one can do anything but read the table, until the inserts have been done.
What is the best way to do this while keeping the read availability open for normal, non-admin users?
Thanks!