Re: Performance on Bulk Insert to Partitioned Table - Mailing list pgsql-performance

From Stephen Frost
Subject Re: Performance on Bulk Insert to Partitioned Table
Date
Msg-id 20121228124141.GG16126@tamriel.snowman.net
Whole thread Raw
In response to Re: Performance on Bulk Insert to Partitioned Table  (Vitalii Tymchyshyn <tivv00@gmail.com>)
Responses Re: Performance on Bulk Insert to Partitioned Table  (Vitalii Tymchyshyn <tivv00@gmail.com>)
List pgsql-performance
Vitalii,

* Vitalii Tymchyshyn (tivv00@gmail.com) wrote:
> There is switch-like sql case:
[...]
> It should work like C switch statement.

It does and it doesn't.  It behaves generally like a C switch statement,
but is much more flexible and therefore can't be optimized like a C
switch statement can be.

    Thanks,

        Stephen

Attachment

pgsql-performance by date:

Previous
From: Vitalii Tymchyshyn
Date:
Subject: Re: Performance on Bulk Insert to Partitioned Table
Next
From: Pavel Stehule
Date:
Subject: Re: Performance on Bulk Insert to Partitioned Table