ir_profile

-1 rows


Description

Profiling results

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ir_profile_id_seq'::regclass)
sql_count int4 10 null

Queries Count

entry_count int4 10 null

Entry count

session varchar 2147483647 null

Session

name varchar 2147483647 null

Description

init_stack_trace text 2147483647 null

Initial stack trace

sql text 2147483647 null

Sql

traces_async text 2147483647 null

Traces Async

traces_sync text 2147483647 null

Traces Sync

qweb text 2147483647 null

Qweb

create_date timestamp 29,6 null

Creation Date

duration float8 17,17 null

Duration

Indexes

Constraint Name Type Sort Column(s)
ir_profile_pkey Primary key Asc id
ir_profile__session_index Performance Asc session

Relationships