Question
3
Replies
39
Views
Posted: February 24, 2020
Last activity: February 24, 2020
DB Table insert vs log which is better for performance
Hi
Which is better to track something, log or DB? frequent and huge data will be updated
Question
Question
Question
Question
Question
Question
Question
Question
Discussion
Question
Hi
Which is better to track something, log or DB? frequent and huge data will be updated
I am thinking of tracking usage of some data instance which is very frequently used and is huge in list.
I want to utilize this to remove un-used/not relevant instance of data type.
I want to be very careful about not impacting the performance as this data type is refered at almost every server interaction.
File I/O is usually faster than the DB access. Also Considering DB as a different server, logging operation(I/O) is considered local.
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
Hello,
Difficult to tell you exactly what to do here. What do you want to track exactly? What do you need to store?