POV-Ray : Newsgroups : povray.off-topic : C++ / database question : Re: database Server Time
9 Oct 2024 14:38:58 EDT (-0400)
  Re: database  
From: Invisible
Date: 17 Feb 2009 04:11:51
Message: <499a7f57$1@news.povray.org>
>> The thing about a database is... the DBMS knows how to read the data. 
>> And if you change how the data is stored (e.g., add a new field, 
>> change a table from heap-organised to index-organised, etc.), as long 
>> as the DBMS still knows how to read it, the client applications don't 
>> need to *care*, and they don't break.
> 
> Well, no. That's true of RDBMs, which is why they were revolutionary. It 
> isn't true of database engines that were around before the relational 
> model.
> 
>> (Hell, if you add new fields or change the type of existing ones, you 
>> can even create a "view" for the old apps to work off. They'll never 
>> know the difference!)
> 
> Yes. That was the amazingly cool thing about relational databases that 
> you didn't get out of CODASYL databases or hierarchical databases or 
> whatever.

Yeah, well, I have little concept of what other kinds of databases have 
existed other than relational ones.

(We did hear some talk at uni about people working on object databases, 
but nobody could really figure out precisely what such a term means...)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.