Re: [GENERAL] DB Locks

2008-05-15 Thread Craig Ringer
Jasbinder Bali wrote: Hello everyone, I had a concern about DB locks lately. If have a scenario where in a Cron job is running. This cron job updates a table and would take about 20 minutes to complete. In the meantime, if I query the same table using an application, will my application have

[GENERAL] DB Locks

2008-05-15 Thread Jasbinder Bali
Hello everyone, I had a concern about DB locks lately. If have a scenario where in a Cron job is running. This cron job updates a table and would take about 20 minutes to complete. In the meantime, if I query the same table using an application, will my application have to wait as the cron job has