I call crud.get via go-tarantool using the primary key in this way:
client.Do(crud.MakeGetRequest("users").Key([]any{reqUser.Token}), pool.ANY)
As a result, I look at the tnt_stats_op_total
metric and see that one call and two selects are made on storage, which is strange. It seems that there should be one select, since this is a point query based on the primary key