Re: Re[8]: newbie question - writing derived view back to db
Brian Kelley <[email protected]>
| Newsgroups | gmane.comp.db.metakit |
|---|---|
| Message-ID | <[email protected]> |
It will be hard to check your timings without the source. One
question is are you starting with a blank database before the
operations? Metakit will get slower as the database gets larger and
fragmented. Sometimes you need to optimize the database as follows:
st.save(open("save.mk", 'wb'))
and then close and reload the database. It also looks like you might
not be committing appropriately.
Send along the tests and I can take a quick look if you like. I have
found that metakit is fairly reproducible during test runs.
Brian
_____________________________________________
Metakit mailing list - [email protected]
http://www.equi4.com/mailman/listinfo/metakit