Forums
(@jozik)
12 years, 11 months ago
Subscribing…
Glad it worked. Thank you guys for debugging it.
It’s optimized in dev version. Now it won’t do JOIN for each term post have. Customized query is used instead of ‘meta_query’ as argument for get_posts(). No errors now and I hope that performance will be OK.
Thanks for debugging it. From here I can say that: ‘value’ => join(‘,’, $terms), won’t work.
Cause joined $terms aren’t necessary in right order, and right result won’t be fetched.
I’ll see if we can make distinct function more optimized.