I would like to create a table in an Oracle 19c DB (on premise) that is optimally designed for many parallel DML queries (INSERT/UPDATE).
What do I have to pay attention to?
Does partitioning help, with different tablespaces?
How must sequences be created or should sequences be omitted?
How should indices be created?
...