Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023648 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2013-04-25 18:25 | 2013-04-30 12:05 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | cc13ee201af8 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | shankarb | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023648: index missing on ad_session | |||||||
Description | Index missing on ad_session | |||||||
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 | |||||||
Proposed Solution | CREATE INDEX ad_session_logstatus ON ad_session USING btree (Login_Status); | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 |
![]() |
|||
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 |