Re: filesystem or database??

Re: filesystem or database??

am 16.09.2010 22:30:35 von mohit verma

--0015174bdea07de8d0049066519a
Content-Type: text/plain; charset=ISO-8859-1

hello ,
when we install any package the terminal shows in end " reading database"
(used by package manager like .deb or rpm). but as in linux everything is
nothing but a file. so database shown above must be a part of the filesystem
.. so why we not say that " reading filesystem".
what differs and imposes to say filesystem or database differentlly inspite
of one being one subset of other (filesystem)?

--0015174bdea07de8d0049066519a--

Re: filesystem or database??

am 16.09.2010 23:55:55 von mussatto

------=_20100916145555_68932
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit



On Thu, September 16, 2010 13:30, mohit verma wrote:
> hello ,
> when we install any package the terminal shows in end "
reading database"
> (used by package manager like .deb or
rpm). but as in linux everything is
> nothing but a file. so
database shown above must be a part of the
> filesystem
>
.. so why we not say that " reading filesystem".
> what
differs and imposes to say filesystem or database differentlly
>
inspite
> of one being one subset of other (filesystem)?
"Database" can be stored as a file or a collection of related
files.  It need not be a hash or RDBM based system.

IMHO,
'reading a filesystem' would imply scanning a bunch of directories which
contain unrelated files, whereas 'reading a database' implies information
is in some sort of defined structure.

Just my $0.02 worth.

-------

William R. Mussatto, Senior Systems Engineer
http://www.csz.com
Ph. 909-920-9154 ext 101
Direct:
909-962-8547


------=_20100916145555_68932--