https://codingsight.com/passing-data-table-as-parameter-to-stored-procedures/
To pass large amounts of data to a performance sensitive stored procedures we would like to pass a table as a parameter to a stored procedure as described in the article above.
For this we need to define a type/domain as a table, and we need to set the parameter of a stored procedure to read only. Those are both options currently not available to us in the SF.
Could this be made possible please?
We are currently using the 2020.2 version of the SF.