Author Topic: difference between og_mail_datas and og_mail_contents?  (Read 3581 times)

e2e4

  • Newbie
  • *
  • Posts: 2
    • View Profile
difference between og_mail_datas and og_mail_contents?
« on: July 28, 2010, 07:15:19 am »
I want to delete  email messages by criteria and see what in feng  we have
  • og_mail_datas
  • og_mail_contents
tables, from which I should delete messages?

seems I just miss something, but  why in feng two tables, which contain much similar information?

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: difference between og_mail_datas and og_mail_contents?
« Reply #1 on: July 28, 2010, 05:24:48 pm »
In previous versions all email data was stored in one table, now for each email its info is splitted in these two tables due to performance issues.
If you want to delete an email you have to delete it from both tables, registries with the same id are part of the same email.

e2e4

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: difference between og_mail_datas and og_mail_contents?
« Reply #2 on: July 29, 2010, 01:45:51 am »
thanks a lot!