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.
This article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.ComputingWikipedia:WikiProject ComputingTemplate:WikiProject ComputingComputing
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.
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]
Latest comment: 1 year ago1 comment1 person in discussion
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