Son 30 gün boyunca MySQL için CREATE VIEW

0 Cevap php

I know i am writing query's wrong and when we get a lot of traffic, our database gets hit HARD and the page slows to a grind... I think I need to write queries based on CREATE VIEW from the last 30 days from the CURDATE ?? But not sure where to begin or if this will be MORE efficient query for the database?

Her neyse, burada ben yazdım örnek bir sorgu ..

$query_Recordset6 = "SELECT `date`, title, category, url, comments 
                       FROM cute_news 
                      WHERE category LIKE '%45%' 
                   ORDER BY `date` DESC";

Herhangi bir yardım veya öneriler harika olurdu! Bu gibi yaklaşık 11 sorguları var, ama ben bunlardan biri hakkında yardım almak eğer, o zaman ben geri kalanı için bunları uygulamak eminim!

0 Cevap