Hello all

As part of my research under my professor I have to implement a web interface to their benchmarking data.

PHP is the chosen web language but we are little worried about the database. The benchmark data comes to us in XML format (e.g. http://www.matf.bg.ac.yu/~filip/ArgoLib/smt-lib-xml/Examples/FolEq1.xml).
We have to implement an interface to query them, get data, update etc.

We even can change schema in the form of attributes. . The data size would be around 100 MB each XML with around 100 different XMLs.

The load would be max 5-10 users any given time, batch updates once a month and heavy load prolly 2-3 times a month. Mission criticality is not important, we can get it down sometimes. Which db would you suggest?

i did google research and as of now - I like eXist, Sedna (they seem to have good PHP wrapper support) and TImber.

Any suggestions?

Ritesh

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to