Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ets:insert を使用して ets セット内のデータを更新できますが、バッグはどうでしょうか? 最初に match_delete または select_delete で更新してから挿入する必要がありますか?
更新が必要になる場合、バッグの概念は意味がありません。ets:update_element/3明示的にバッグをサポートしていないことを考えると、削除してから書き込むことが唯一の選択肢であることは明らかです。
ets:update_element/3