M Miri Well-known member Nov 2, 2024 #1 I'm doing some manual imports, and I've always wondered why XenForo uses 2 different tables for custom fields? One in the dedicated xf_thread_field_value table and the other in the xf_thread table Is there any reason for this?
I'm doing some manual imports, and I've always wondered why XenForo uses 2 different tables for custom fields? One in the dedicated xf_thread_field_value table and the other in the xf_thread table Is there any reason for this?
Jeremy P XenForo developer Staff member Nov 2, 2024 #2 One is a denormalized cache so it doesn't have to be queried. Upvote 0 Downvote Solution