Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2246a333b9bd319

Jump to content

Talk:Dirty data

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
  • I have removed the {{prod}} tag which proposed that this article be deleted, because I think that this article has merit and so should not be deleted from Wikipedia. I'm leaving this message here as notification. If you still think the article should be deleted, please don't add the {{prod}} template back to the article as that process is only to be used when there is no opposition. Warden (talk) 18:23, 11 May 2012 (UTC)Reply
This is more like a dictionary entry. I'd expect to find an explanation of the term and its implications at data integrity, data cleansing, etc.
  • In computer science, transaction systems, dirty data is defined like this:
Consistency. Referring to its correctness, this property deals with maintaining consistent data in a database system. Consistency falls under the subject of concurrency control. For example, "dirty data" is data that has been modified by a transaction that has not yet committed. Thus, the job of concurrency control is to be able to disallow transactions from reading or updating "dirty data." [1]

--192.100.120.41 (talk) 13:11, 4 April 2014 (UTC)Reply

Yes, and this is what I expected to see when I looked up "Dirty Data". Why isn't it even included as an alternativ definition? 77.53.111.98 (talk) 12:34, 22 January 2025 (UTC)Reply

Does not "dirty data" has a completely different meaning in database context?

[edit]

Hi. The definition given in this article appears to describe the term "dirty data" as some poor quality data. There is, though, another, very specific technical meaning for this term in ORM/databases context: "dirty data" refers to a state of an object that was modified in the application, but the modification was not flushed to the database yet - this definition does not have anything to do with the quality of the data, it describes its stage in the application lifecycle. The very first statement in this article appears very misleading, as it specifically puts an accent on the fact that this term is primarily used "in a computer system or database". AlexanderGolotenko (talk) 16:40, 19 March 2025 (UTC)Reply