Select question
Posted on
16th Feb 2014 07:03 pm by
admin
Hi,
First I would like to say that php is pretty new for me..
so please don't shoot me if this should be a stupid question!
But I'm a little surpized due to following..
I have a search script (very large mysql db) which is working pretty fast for searching!
I'm using following querry:
Code: $q="SELECT `url`,`caption`, `type`,`fsize`, MATCH (caption) AGAINST ('$kwd2') as score,`source`, `lastcheck`, `dateadded`, `desc`, `media`, `filename`, `sname`, `rating`, `stream`, `id` FROM `v2links` WHERE MATCH (caption) AGAINST ('$kwd2')$stype $fxtype $fxmedia $fsort LIMIT $start,$search_count";sample: http://www.filemirrors.info
Now I would like to display the 30 latest records using following querry:
Code: $q="SELECT `url`,`caption`, `type`, `id`,`fsize`,`source`, `lastcheck`, `dateadded`, `desc`, `media`, `filename`, `sname`, `rating`, `stream`, `id` FROM `v2links` Where checked=1 $stype $fxtype $fxmedia $fsort LIMIT 30";sample: http://www.filemirrors.info/latest.html
Now it seems to take much more time (3x) to display the last 30 records then when using the searchbox and enter a keyword...
I thought a simple select should be going faster then match against a keyword?
Is there an explenation for this or am I missing something?
Thanks
No comments posted yet
Your Answer:
Login to answer
275
38
Other forums
dinamic "textboxes"?
Ey all, my first post here, i hope its not a hard one
I display mysql results in a table
Need PHP help... have all the elements... just need help putting them together :
Hey Guys,
I was wondering if someone could help me. I am doing a website for a client which
login form can you find my error?
registrationform.php seems fine send data to registration.php
registration.php seems fine checks
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&Stopping page post back I have few literal contriols in my page and a repeater too. But inspite of using update panel, postb Regarding accessing SQL query issued by any user in Oracle 10g Hi all,
i want to know the queries issued by various users accessing a database... puting for loop in 1 value hi ,
how do i put this code in 1 value: Code: <?php for ($i=1; $i<=5; $i Error: SQL Syntax; Line 1 Code:
<?php require "global_settings.php"; ?> <title&g Opening Multiple Files/Links in Order. I want to open links in order/one-by-one and check each for a specific string.
Example: I Standard DES encryption script? Can anybody point me to a tutorial or a short script that shows how to encrypt some text with salt i
|