Search Postgresql Archives

Re: What secret resipy of PostgreSQL (insert more faster than delete)?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



henryJack wrote:
What secret resipy of PostgreSQL (insert more faster than delete)?

I doing an investigation on PostgreSQL, I figure out PostgreSQL powerful in
inserting data into the database.

We normally, expect that insert more slow than select and delete queries
because database have to create a row then set the data one by one into the
database (in between check is it the row correct to inside?)....

Delete just delete the whole row that checked ones.

Not really. I don't know the nitty-gritty of how postgres does it's work but foreign key checks, triggers, rules, the number of indexes in a table (amongst other things) can all affect insert, update and delete speeds.

--
Postgresql & php tutorials
http://www.designmagick.com/


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux