Hello, all I have a question here, as I post several threads before, I am using storm-rdbms to write into postgresqlDB, data was collected from kafkaSpout, it works. Since it insert into DB once I get a tuple, per row/insert operation. I have concern that if this type of consuming is fast enough and will potentially cost the overhead?
Do I need to make bulk copy? thanks Alec
