qsos-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [QSOS-general] "Data warehouse" in storagesupport.qin


From: Nicolas Vérité
Subject: Re: [QSOS-general] "Data warehouse" in storagesupport.qin
Date: Sat, 10 Mar 2007 22:10:07 +0100

On 3/6/07, goneri <goneri@> wrote:
On Mon, Mar 05, 2007 at 03:58:28PM +0100, Nicolas Vérité wrote:
> Hi,
>
> In storagesupport.qin, "Storage support" > "Data warehouse".
>
> Copy of the XML code:
>    <element name="datawarehouse" title="Data warehouse">
>        <desc>Does the system support data warehousing?</desc>
>        <desc0>This feature doesn't exist</desc0>
>        <desc1>The feature exists with limitation (TODO)</desc1>
>        <desc2></desc2>
>        <comment></comment>
>        <score></score>
>    </element>
>
> IMHO, a datawarehouse is just a way of massively using an RDBMS,
> and RDBMS is already mentionned is this include.
>
> Can I remove this element?
No probleme for me. Go ahead.

 Gonéri

OK.

If we take datawarehouse out, we will have:

<section name="storagesupport" title="Storage support">
   <element name="file system" title="File system storage"></element>
   <element name="database" title="Database">
       <element name="rdbms" title="Relational database support"></element>
       <element name="xmldbms" title="XML database support"></element>
       <element name="odbms" title="Object database support"></element>
       <element name="rcs" title="Revision control system support"></element>
   </element>
</section>

I think we should remove "database" which is useless,
we then would remove one level, thus simplifying:

<section name="storagesupport" title="Storage support">
   <element name="file system" title="File system storage"></element>
   <element name="rdbms" title="Relational database support"></element>
   <element name="xmldbms" title="XML database support"></element>
   <element name="odbms" title="Object database support"></element>
   <element name="rcs" title="Revision control system support"></element>
</section>

Nÿco
--
Nicolas Vérité (Nÿco) mailto:address@hidden
Jabber ID : xmpp:address@hidden
http://linuxfr.org/ - http://fr.wikipedia.org/ - http://www.jabberfr.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]