Users submit schema and query. I need to execute them and return the result. But if multiple requests have the same table in the schema mentioned, then I am getting conflicts (which is as expected). I can delete this schema/data immediately after execution. No need to store further. Still unable to achieve for concurrent requests.
Is there a way to achieve this?