Connecting Tech Pros Worldwide Forums | Help | Site Map

how to increase the performance the select query

Damodhar
Guest
 
Posts: n/a
#1: Feb 8 '08
hi

any one give the details about the following things:

how to increase the performance the mysql select query??
whats the maximum parameters allowed in mysql functions
how to find if the session is start or not. when will the session is
start,
what is PEAR why we are used.
what is functionality if UTF-8




Rik Wasmus
Guest
 
Posts: n/a
#2: Feb 8 '08

re: how to increase the performance the select query


On Fri, 08 Feb 2008 23:13:58 +0100, Damodhar <damu.be@gmail.comwrote:
Quote:
hi
>
any one give the details about the following things:
>
how to increase the performance the mysql select query??
ask in comp.databases.mysql
Quote:
whats the maximum parameters allowed in mysql functions
ask in comp.databases.mysql
Quote:
how to find if the session is start or not.
$session_started = !empty(session_id());
Quote:
when will the session is
start,
Please elaborate, I don't know what you mean.
Quote:
what is PEAR why we are used.
http://pear.php.net, because it's easier then to code from scratch.
Quote:
what is functionality if UTF-8
As good as equal, you might want to check for multibyte safety of
functions though, and possible use one of the mb_*() functions instead.
--
Rik Wasmus
The Natural Philosopher
Guest
 
Posts: n/a
#3: Feb 9 '08

re: how to increase the performance the select query


Damodhar wrote:
Quote:
hi
>
any one give the details about the following things:
>
how to increase the performance the mysql select query??
Deepnds on te query.

Write the query several different ways if its complex, Add indices to
the files.
Quote:
whats the maximum parameters allowed in mysql functions
what is a maxiumumparameter?
Quote:
how to find if the session is start or not. when will the session is
start,
what is PEAR why we are used.
No idea. I grow peras to eat. They make good pies.
Quote:
what is functionality if UTF-8
>
Its about as near as you can get to a generic character set that handles
western characters.

Quote:
>
>
Closed Thread