Ticket #613 (closed Patch: fixed)
Benchmarks for special database queries
| Reported by: | charlie | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3 |
| Component: | Libraries:Database | Version: | SVN HEAD |
| Keywords: | Cc: |
Description
The database operations 'list_fields', 'list_tables', and 'field_data' (probably others as well) don't display in the benchmarks. These may be useful to record because they do take some time (often more than moderately sized queries).
I'm willing to implement this, although it seems likely that the actual contents of the query will not be accessible without changes to these functions. I could change them to return the executed query, or just record the function, i.e. "Database::list_fields($table)" as the query.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
