1) does H2 db, creates it's own indexes for primary key and unique
constraints, automatically?
2) if we also create our own indexes with different names for same
primary-key ,
will it still allow 2 indexes ( different names) for same primary
key,
if so, does search becomes little slow..
Yes: The required indexes are automatically created if required. I
will add this to the docs.
Yes. But if you create this index before creating the foreign key, it
will be used and no additional (system-) index will be created.