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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0023648
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2013-04-25 18:252013-04-30 12:05
ReporteregoitzView Statuspublic 
Assigned Toalostale 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisioncc13ee201af8
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned Toshankarb
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0023648: index missing on ad_session

DescriptionIndex missing on ad_session

Steps To ReproduceIn 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
Proposed SolutionCREATE INDEX ad_session_logstatus
  ON ad_session
  USING btree
  (Login_Status);
TagsPerformance
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0058272)
hgbot (developer)
2013-04-26 10:19

Repository: erp/devel/pi
Changeset: cc13ee201af82e14856d3c496deeaa4780b8a6a2
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Apr 26 10:19:18 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/cc13ee201af82e14856d3c496deeaa4780b8a6a2 [^]

fixed bug 23648: added index on ad_session

---
M src-db/database/model/tables/AD_SESSION.xml
---
(0058293)
hudsonbot (viewer)
2013-04-26 23:54

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/1db7e66bd5c5 [^]

Maturity status: Test
(0058341)
shankarb (viewer)
2013-04-30 12:05

Code reviewed and tested in pi changeset 5521f678e840

- Issue History
Date Modified Username Field Change
2013-04-25 18:25 egoitz New Issue
2013-04-25 18:25 egoitz Assigned To => AugustoMauch
2013-04-25 18:25 egoitz Modules => Core
2013-04-25 18:25 egoitz OBNetwork customer => No
2013-04-25 18:25 egoitz Triggers an Emergency Pack => No
2013-04-25 18:26 egoitz Proposed Solution updated
2013-04-26 07:42 alostale Tag Attached: Performance
2013-04-26 10:15 alostale Steps to Reproduce Updated View Revisions
2013-04-26 10:15 alostale Assigned To AugustoMauch => alostale
2013-04-26 10:19 hgbot Checkin
2013-04-26 10:19 hgbot Note Added: 0058272
2013-04-26 10:19 hgbot Status new => resolved
2013-04-26 10:19 hgbot Resolution open => fixed
2013-04-26 10:19 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/cc13ee201af82e14856d3c496deeaa4780b8a6a2 [^]
2013-04-26 10:20 alostale Review Assigned To => shankarb
2013-04-26 23:54 hudsonbot Checkin
2013-04-26 23:54 hudsonbot Note Added: 0058293
2013-04-30 12:05 shankarb Note Added: 0058341
2013-04-30 12:05 shankarb Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker