Is there a way to speed up data insertion by delaying index update?

To improve insert performance, I understand we can reduce the number of indices.

However, Index creation is more efficient if we can delay index creation until it’s needed. I imagine 1 use case is we don’t update the chunk index until it’s full or at day end when report generation is required.

Does TimescaleDB support creating or disabling index per chunk? Thanks.