David Felfoldi

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Slow query #1542164
    David Felfoldi
    Participant

    Hi we notice that this gets triggered for example when going to /wp-admin/edit.php?post_type=tribe_events

    in reply to: Slow query #1541248
    David Felfoldi
    Participant

    Some extra data;

    Query as it is, using DISTINCT, returns 87 records, takes over 300s to finish.

    Query without DISTINCT, returns 94 recors, takes 30s to finish, and it also gets cached.

    That use of DISTINCT there does not seem to be wise.

    in reply to: Slow query #1541247
    David Felfoldi
    Participant

    Some extra data;

    Query as it is, using disctinct, returns 87 records, takes over 300s to finish.

    Query without disctinct, returns 94 recors, takes 30s to finish, and it also gets cached.

    That use of disctinct there does not seem to be appropriate.

Viewing 3 posts - 1 through 3 (of 3 total)