Does disk io error is related to hardware issue? i mean, fsync() dint get
success on unix. so, this error may be thrown by sqlite. Is it?


On Fri, Dec 7, 2012 at 12:00 AM, Simon Slavin <slav...@bigfraud.org> wrote:

>
> On 6 Dec 2012, at 6:13pm, Durga D <durga.d...@gmail.com> wrote:
>
> > I suspect, linking among pages will  be broken in sqlite database when
> disk
> > io error thrown by sqlite. Is it?
>
> This is one form of database corruption.  But there are others.  Sometimes
> it's just a few strange characters inside a string.  Other times the
> corruption is in the first page of the database and is so bad that the
> database file cannot even be opened successfully.
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to