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.
Core Data データベースでは、すべてのエンティティが親エンティティから継承されます。
このため、SQLite では複数のテーブル (各エンティティのテーブル) ではなく、すべてのエントリが 1 つのテーブル (すべてのエンティティのテーブル) に追加されることに気付きました。
すべてのデータが 1 つのテーブルに挿入されるため、これがパフォーマンスにひどく影響するかどうか疑問に思っています。
ありがとう