[PLUG] XML handling in MySQL?

Brian Horan bhoran at hexdev.com
Wed Sep 3 16:58:02 UTC 2003


you could store them as large blobs (they should be binary because XML's
whole unicode thing)

this would be a slow database unless you are using good indices, you
could also store them on disk and have mysql point to the file
location...


On Wed, 2003-09-03 at 19:33, Alex Daniloff wrote:
> Hello Linux folkz,
> Could somebody tell me please if
> it's possible to store and retrieve
> XML documents using MySQL DB?
> I need to write dept. document
> storage system and I'm looking for
> XML solution.
> 
> Thanks
> 
> Alex
> 
> _______________________________________________
> PLUG mailing list
> PLUG at lists.pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
-- 
Brian Horan <bhoran at hexdev.com>





More information about the PLUG mailing list