[Info-vax] OpenVMS STARTUP Whitepaper

David Jones osuvman50 at gmail.com
Sat Dec 12 09:27:54 EST 2020


On Friday, December 11, 2020 at 8:22:32 PM UTC-5, Arne Vajhøj wrote:
> On 12/11/2020 7:42 PM, Jan-Erik Söderholm wrote: 
> > Den 2020-12-12 kl. 01:03, skrev Craig A. Berry: 
> >> On 12/11/20 12:35 PM, Arne Vajhøj wrote: 
> >>> That is what I thought. 
> >>> 
> >>> Rdb is not really like SQLite. 
>...
> It is an unusual design among today's databases. 

SQLite is a tool for applications to access their persistent data using
relational database semantics, the data being saved in a prescribed 
file format designed for that purpose. It will let multiple users access
the file, but that's not really its strong suit. Rdb's design choices seem
geared around making the database a system resource that can
efficiently support multiple concurrent access.



More information about the Info-vax mailing list