Slashdot Mirror


Oracle Adds Data-integrity Code To Linux Kernel

jazir1979 writes "ZDNet is reporting that Oracle has added code to the Linux kernel for ensuring data integrity. The code has been developed in partnership with Emulex and was recently accepted into the 2.6.27 kernel release." According to the article, "The code adds metadata to data at rest or in transit, to monitor whether that data has been corrupted. It helps make sure that I/O operations are valid by looking at that metadata — which acts as verification information — exchanged during data transmissions."

5 of 53 comments (clear)

  1. Dumb question... by geminidomino · · Score: 3, Insightful

    How badly does this affect performance?

  2. Re:Yay for Linux! by morgan_greywolf · · Score: 3, Insightful

    The Year of Linux on the Database? Nah, that happened a long time ago.

  3. Congratulations... Oracle by HighOrbit · · Score: 2, Insightful

    You've invented the Checksum

    On a more serious note (yes I did RTFA), somebody please explain where this fits. Other than network or disk errors (which generally already have error detection schemes), I'm not sure what the target problem is that this is supposed to fix. The article says "the code helps maintain integrity as data moves from application to database, and from Linux operating system to disk storage", that it checks I/O operations, and that "code contribution includes generic support for data integrity at the block and file-system layers". That's still not clear what they think the problem is. Don't most of the modern file systems already check data operations?

  4. Re:Terribly old news by XaXXon · · Score: 4, Insightful

    Oh my god! Not news from October. That was going on two months ago. Everyone knows everything that happened two months ago. What were the editors thinking? Fire them immediately. Let's all go to digg or reddit or myspace where they don't do things like post things that are almost two months old. PANIC PANIC PANIC!!!

    Wow, just let other people read it and go on about your business not caring.

  5. Re:Security??? by Workaphobia · · Score: 4, Insightful

    Integrity is a security principle, and that is the sense that they're using the word in the summary. It's pretty much the only definition of the word that makes sense in a computing context. More precisely, we're talking about confidence that the data stored in the system is the same as the data retrieved at a later time. The only difference between this and a more cryptographic sense of the word is that this doesn't attempt to guard against malicious attacks if an adversary had offline access to the disk. (Or so I presume, having not RTFA'd).

    --
    Evidently, the key to understanding recursion is to begin by understanding recursion. The rest is easy.