When we implemented the concurrent updates on a table which do not have a partition column we ran into ConcurrentAppendException [ensured where the condition is different for each concurrent update statement]
So do we need to go by partition approach along with filter criteria for each transaction and ensure do not any have conflicts while doing updates?
Is there any alternate way for the non-partitioned tables which has less number of records and have to perform concurrent updates?