Hi John,
It is not possible to convert a TTL index into a normal index. Once the expireAfterSeconds
setting is configured it cannot be removed. You would need to recreate the index to achieve your desired outcome.
Also as you may be aware, MongoDB has the ability to completely turn off the TTL monitor thread which may yield a slight performance improvement if you do not intend on using any TTL indexes.
Regards,
John Murphy