my smart contract generates a lot of events (when active, one user generates about 200 events per minute)
as they occur, they are successfully added to the event table, but very slowly
I connected the pro-plan, but the result did not improve …
I think with horror that when several users work at the same time, a huge queue of events not added to the table will accumulate …
how to speed up this process?
thanks!