Dear all,
I have created one stored procedure in HANA which will take article id, store id and current datetime as input. The business logic is quite complex, which is to process the records at hourly basis, on which I am using CURSORS to process each record at a time. I want to run this stored procedure for 300+ stores and 200 items per store once in a hour.
Please let me know how i can use HANA capability to run the stored procedure parallelly ? I will be using hdbsql to call the stored procedure in UNIX Cron job for running at each hour.
Regards,
Yogesh