Data not inserting into neo4j

You have an odd spelling in the label of your match: :TEst. As labels are case sensitive, this would require your index to be on :TEst(ID).

You can confirm in an EXPLAIN of the plan if an index will be used for the merge. Verify that first. The timing differences are still pointing to a (lack of) index issue.

sorry that was spelling mistake.
i am just replicate my query since i can't disclose my data.
but i would provide you my explain of query may be that would help you better to understand