Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #23648 Back to Issue ]
Summary 0023648: index missing on ad_session
Revision 2013-04-26 10:15 by alostale
Steps To Reproduce In a professional instance with limitation on concurrent users.

Execute

select * from pg_stat_reset();

Then login the application

then execute:
select * from pg_stat_user_tables order by seq_tup_read desc;

See that a sequencial read is done
Revision 2013-04-26 07:42 by alostale
Steps To Reproduce Execute

select * from pg_stat_reset();

Then login the application

then execute:
select * from pg_stat_user_tables order by seq_tup_read desc;

See that a sequencial read is done


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker