Deletes hurt - Mailing list pgsql-admin

From Jim Nasby
Subject Deletes hurt
Date
Msg-id 734907A8-F30D-4924-8C97-30D2898CA43C@decibel.org
Whole thread Raw
Responses Re: Deletes hurt  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Deletes hurt  ("Chris Hoover" <revoohc@gmail.com>)
Re: Deletes hurt  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-admin
I'm currently doing EnterpriseDB training at a well-known
entertainment company. I found out something yesterday that I thought
the community would find interesting...

In their game (MMORPG) databases, they have fields on all their
tables that indicate whether a record has been deleted or not. I've
seen this done before, typically for data retention reasons. But they
had a daily process that went through each night and physically
deleted the records that had been marked as deleted.

The reason they weren't actually deleting rows real-time is because
it cost to much in Oracle to do so. My guess is it's because Oracle
has to copy the entire deleted row to the undo log as part of the
delete, which would be pretty costly.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: Out of Memory on Reindex
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Deletes hurt