Question About Segment Errors

jda jda at his.com
Tue May 4 07:33:12 CDT 2010


>
>
>Points are:
>
>* after changes to db you should do db.Flush()
>     currently this is kind of commit to db.
>
>* after db.flush() any crashes power off - cannot corrupt db.
>
>
>==========================
>[DEPLOYMENT USAGE]
>
>* at this mode, if your app do flush at correct places, corruptions should
>be very rare. They only happens if crash / system failure happens during
>WRITE to db.
>
>* problem is that we have not yet implement double/write into db.
>We plan implement this for 5.0
>

Hi Ruslan,

Segment errors are the most common database problem my users report 
(and yes, I always flush after a write). Are you saying these will go 
away in 5.0? That would be great.

Jon


More information about the Valentina mailing list