Thread

  1. Re: [HACKERS] Hi

    Mattias Kregert <matti@algonet.se> — 1998-02-05T14:56:51Z

    Thomas G. Lockhart wrote:
    >
    >   - recovery of munged databases (I think disk full conditions may cause
    > damage)
    
    I have filled up the disk lots of times, but never had any problems
    with corrupted data. When inserting, the backend simply says:
    "mytable: cannot extend" and the insert fails.
    
    The only problem I've had is with SELECT and ORDER BY, where the
    sort files fill up the disk, and the backend either hangs or returns
    zero rows. This can of course cause serious problems if an application
    does something bad when a select returns zero rows (like re-initializing
    the whole database or something... ooooh noooo...).
    
    /* m */