Does cascading-jdbc module does connection pooling
16 views
Skip to first unread message
Amit Anand
unread,
May 24, 2012, 5:55:00 AM5/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cascading-user
Hi
I have a requirement of loading aggregated data created by cascading
flow to DB. The file will be of few 100 MB.I was thinking of using
cascading-jdbc but I am worried that it does not lead to DDOS attack
on my DB because of many connections being opened by cascading
program.
Does cascading-jdbc have something like connection pool so that it
does not lead to a kind of DDOS attack on my DB data load