On Sun, Nov 16, 2008 at 11:34 AM, cm_gui <[EMAIL PROTECTED]> wrote:

> In Mysql, you just need two lines to find the total number of records
> in a table:
> $query = mysql_query("SELECT * FROM student");
> $number=mysql_num_rows($query);

Try running that when your MySQL table has several million records,
split over hundreds of machines.


Dave.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to