Hi Ildar,
> I’m curious:
> - Has this been discussed before?
> - Are there any technical reasons why this wouldn’t be feasible?
> - Would such a patch be of interest to the community?
This might be a promising area for research. I suggest starting with
figuring out where exactly the bottleneck is when you execute 10
queries CREATE INDEX on your particular database. There is a decent
chance that the actual bottleneck is far from the place you think it
might be (writing to the disk, as an example).
--
Best regards,
Aleksander Alekseev