9

I've been trying to query some data from an 18 GB xml DB through BaseX for about 9 hours without success.

Just wondered how LinQ would work with the same xml info. Just got the info I needed in less than 15 minutes.

God bless LinQ.

Comments
  • 3
    Use an xml parser and put the data in a real db mongodb perhaps.
  • 1
    Maybe you can improve the performance by bucketing the 18gb of information.
  • 0
    hi @ArcaneEye information about sales for a year in future.
    That's how the vendor send inventories
  • 0
    hi @JackToolsNet I tried Vertica and SQL server but they both couldn't handle it.
    I have no experience with mongo db.

    Thanks for the tip. I will definitely give it a try.
  • 1
    Hi @Jossq, a runtime of 9 hrs sounds pretty frightening (and unusual). Feel free to share your XPath/XQuery expression with us. Mails to the basex-talk mailing list are welcome as well.
Add Comment