I've been looking at our PostgreSQL logs, trying to track down a
slowness issue, and I've got two questions.

1. Do queries that are created by the API use bind parameters? When I
look in the logs I see the full text of the query and it includes the
actual parameter. Perhaps that's simply just how the logging works,
but I wanted to check.

2. Is there a way to slim down the query generated via the API? In the
examples I'm looking at, what is essentially a "select * from
common_airport where icao = 'PANC' " explicitly lists every column
name with the full name (like "common_airport"."runway_length".

I don't have any issues with these items, I'm just curious. Thanks,
all, and Cheers!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to