High frequent data insertion #783
Unanswered
elhananjair
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends,
I am developing an application that receives data within a second like 200 data per second. I have an async function to insert all those data into the table. The thing I want to know is, does PostgreSQL by default limit how much data can be inserted into a table within a certain amount of time?
In my case, I am just noticing that some of the data is not being inserted into the database when I cross-check with a variable I defined to increment as new data received. I always see some difference between the value the variable holds and the value I get in the database. I appreciate your advice friends, Thank you.
Beta Was this translation helpful? Give feedback.
All reactions