Consider dropping non-essential indexes during bulk writes.
If write performance is critical, temporarily dropping indexes before bulk operations and recreating them afterward can save time. For example, when importing a large batch of transactions into an 'orders' table, disabling and re-enabling non-critical indexes can expedite the process.
Additional Notes
How can you improve write performance affected by indexes?