[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: two .koi data files for one table
It's safe to delete the old table. It's possible for this to happen
when using NIO, and you altered/compacted a table, and you used CTRL-C
before the JVM garbage collector has reclaimed the mapped file.
Toby.
pfisterj wrote:
> I looked in my /data directory and noticed that there
> are two .koi files for one table. One is dated today
> and one is almost a month old. Is this normal?
>
> This is .94h beta database running on windows 2000.
>
> Sometimes I shutdown using SHUTDOWN; and sometimes I
> shutdown at dos prompt using ctrl-C.
>
> Jim