How does import affect the ids

If I use import --replace does it delete all my documents and then pushes the new ones?

How can I just replace the fields (not entries) that are outdated and keep the same _id? Or does the id gets created through a hash on some fields so the same entry gets the same _id.
Was this page helpful?