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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -