async table updates?

2011-02-23 Thread Vishal Kapoor
I have two tables called LIVE and MASTER. LIVE reports about the MASTER activity and I need to process records in LIVE almost real time( some business logic) if I need to store the activity of entities reported by LIVE rows in MASTER say in ACTIVITY:LAST_REPORTED I could process my data in LIVE

Re: async table updates?

2011-02-23 Thread Ryan Rawson
In thrift there is a 'oneway' or 'async' or 'fire and forget' call type. I cant recommend those kinds of approaches, since once your system runs into problems you have no feedback. So if you are asking for a one shot, no reply assume it worked call, we don't have one (nor would I wish that hell