Lower query after change data

hello! i'm using auradb.
This week I deleted the database and reinserted the nodes with updates. There were 1 million relationships and 200 thousand additional nodes out of a total of almost 30 million of both, which should have had a low impact. However, everything is now much slower. Some observations: the indexes are the same, but I noticed that before the read count was concentrated on company nodes, but now they are distributed across all types of nodes, even though I always start from company nodes to query. Below is also the profile from before and after, with the alteration of only 1 document added in the latter.


i'm trying to solve this, but i'm not understanding why queries are so low

update: drop and create again the constraints and just company constraint are increasing as expected. but still slow.