Re: Slow Bulk Delete

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Jon Nelson <jnelson+pgsql(at)jamponi(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Slow Bulk Delete
Date: 2010-05-17 12:33:09
Message-ID: AANLkTimXDBifOIHsw2N2Tsq-XkY5Kohp6Fhy5TAlBjIV@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

again VALUES(1,2), (2,3), ....; is a 'virtual table', as he calls it.
It really is not a table to postgresql. I guess he is just using that
naming convention.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jon Nelson 2010-05-17 12:35:35 Re: Slow Bulk Delete
Previous Message Jon Nelson 2010-05-17 12:28:38 Re: Slow Bulk Delete