postgresql - Long Response times Retrieving JSON from Postgres -


we facing issue trying retrieve number of records 'orders' table contains few columns (store number, order id, etc...), , 'order_data' column, of type jsonb , contains json message of 1000 - 2000 characters per record.

we attempting run query retrieving orders particular store (select * orders collection_point_id='5'), seeing large response times (~1.5 minutes 75,000 records). it's important note these large response times seen when pulling json.

are these response times normal? there can speed up? there better way approach this?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -