n
3

Our site's artifact catalog keeps freezing up mid-entry.

We're using this old database to log finds, and it crashes all the time. Has anyone switched to a more reliable system for excavation records?
3 comments

Log in to join the discussion

Log In
3 Comments
lucaspatel
That's usually the software, not the database itself.
7
ninafisher
Actually, Thomas has a point though. The database itself can be the real issue if it's old and messy. Software just reads what's there, so if the data is a wreck, any program will struggle. I've seen it happen where cleaning up the old database files made everything run fine again.
2
thomascooper
Disagree a bit here. The software is just the front end. A really old database can absolutely be the core problem. Its structure might be too outdated for modern software to run smoothly. Corrupted tables or a lack of proper indexing will cause crashes no matter what program you use. You should check the database's health before you blame the catalog software. Sometimes just cleaning and optimizing the old database fixes everything.
3