Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!bellcore!tness7!ninja!sys1!reden From: reden@sys1.TANDY.COM Newsgroups: comp.os.vms Subject: Re: Rdb Message-ID: <-2143962@sys1> Date: 17 Jul 88 01:27:00 GMT References: <17817@tut.cis.ohio-state.edu> Lines: 23 Nf-ID: #R:tut.cis.ohio-state.edu:17817:sys1:-2143962:000:948 Nf-From: sys1.TANDY.COM!reden Jul 16 20:27:00 1988 >I am in the process of designing a database using Rdb and never having >used Rdb before I was wondering how well it performed. I am currently using RDB with a Datagrive interface to maintain hardware and software information for our network. Overall, I like it. It's very flexible in the way you can set up your data and I like the ability (and have used it) to change relation data structures at will. I have found my database to be rather slow, especially at startup. I think this is mostly due to Datagrive being slow. I did notice a very large improvement when I added indexes to the relations. Adding constraints did slow things down a lot though. I think updating constraints at COMMIT time does decrease the loading. The only problems I have had deal with Datagrive, but it is more conveienent that writing your own program and a little more powerfull than RDO. Hope this helps... Robert reden@sys1.uucp