[xquery-talk] XQuery - good and fast tool

Geert Josten Geert.Josten at daidalos.nl
Tue Mar 10 09:49:20 PST 2009


Hi Michal,

I know of two commercial products:

- X-Hive/DB
- MarkLogic Server

I am not sure if the first can handle such large amounts of data, but the latter definitely can. Handling many documents with one query is not difficult either. Using doc() or collection() will give quick access to large numbers of documents. MarkLogic Server can utilize indexes to make it perform even with such large amounts of data.

Kind regards,
Geert

>


Drs. G.P.H. Josten
Consultant


http://www.daidalos.nl/
Daidalos BV
Source of Innovation
Hoekeindsehof 1-4
2665 JZ Bleiswijk
Tel.: +31 (0) 10 850 1200
Fax: +31 (0) 10 850 1199
http://www.daidalos.nl/
KvK 27164984
De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.


> From: talk-bounces at x-query.com
> [mailto:talk-bounces at x-query.com] On Behalf Of Michalmas
> Sent: dinsdag 10 maart 2009 9:17
> To: Mukul Gandhi
> Cc: talk at x-query.com
> Subject: Re: [xquery-talk] XQuery - good and fast tool
>
> It is now just part of my research (can't tell more now).
>
> I need to find good world when:
> - i have a big data set
> - i want to use xquery in simple way
>
> One extreme is to have many small XML files, but then some
> queries that need to access all of them would be quite
> complex. On the other side there is one big XML.
> Now i analyze both solutions.
>
> Thanks,
> M.
>
>
> On Tue, Mar 10, 2009 at 9:13 AM, Mukul Gandhi
> <gandhi.mukul at gmail.com> wrote:
>
>
>       On Tue, Mar 10, 2009 at 1:16 PM, Michalmas
> <michalmas at gmail.com> wrote:
>       > But there are some requirements: XML file
>       > may exceed the size of 5-8 GB.
>
>
>       just curious, what kind of application needs such huge
> XML files? I
>       would prefer storing data in a relational/XML hybrid database.
>
>
>       --
>       Regards,
>       Mukul Gandhi
>
>
>
>




More information about the talk mailing list