Hello,

İ have a real time system in production environment and i would like to
persist its logs in database.Approximately there will be 5 million records
each day.What is the best way to do this without affecting the system and db
performance too bad.
can you suggest me some document or opinion..
My opinion is to make logging in a different thread (or different
application) which waits to record count to some level (i.e 100) then
commits to db.What do you think about this ?

Thank you.


-- 
Kasim Sert

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to