Re: [GENERAL] using hstore to store documents - Mailing list pgsql-general

From David G. Johnston
Subject Re: [GENERAL] using hstore to store documents
Date
Msg-id CAKFQuwbU3B51cG0yWAZvjeAvh87tpQ17f7AtgYna+m+kqkvbRA@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] using hstore to store documents  (Rita <rmorgan466@gmail.com>)
Responses Re: [GENERAL] using hstore to store documents  (Rita <rmorgan466@gmail.com>)
List pgsql-general
On Thu, Jan 26, 2017 at 5:37 AM, Rita <rmorgan466@gmail.com> wrote:
of course, sorry for being vague.

I have an external process generating a XML file (every 30 secs) which is about 10MB. I would like to store the file as XML type for me to query using xpath. I plan to query it every few seconds by few hundred clients. so, it maybe easier for me create a separate table of my xpath results and have clients query that table (xpath can be expensive). 


​If the XML being generated has a fixed structure/schema I personally would treat the XML as a serialization format and de-serialize and store it in a database as one or more relationally linked tables.​  If you have to deal with the possibility of dynamic structure I would still try to put the fixed items into individual columns and then and then any dynamic items could be stuffed into an hstore typed table.

My answer to your stated question is: what happened when you tried doing that?  Documentation and a bit of experimentation goes a long ways in learning.

David J.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: [GENERAL] using hstore to store documents
Next
From: Rakesh Kumar
Date:
Subject: [GENERAL] Transaction apply speed on the standby