Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(performance) Voucher tables missing indexes #1455

Closed
jniles opened this issue Mar 31, 2017 · 0 comments
Closed

(performance) Voucher tables missing indexes #1455

jniles opened this issue Mar 31, 2017 · 0 comments

Comments

@jniles
Copy link
Collaborator

jniles commented Mar 31, 2017

Our voucher table is missing the following indexes which is impacting performance in production:

  1. reference_uuid.

Our voucher_item table is missing the following indexes which is impacting performance in production:

  1. document_uuid
  2. entity_uuid

These need to be urgently addressed.

@jniles jniles changed the title (performance) Voucher Tables missing indexes (performance) Voucher tables missing indexes Mar 31, 2017
jniles pushed a commit to jniles/bhima that referenced this issue Mar 31, 2017
This commit adds indexes to the voucher tables.  Affected columns:
 1. `voucher.reference_uuid`
 2. `voucher_item.document_uuid`
 3. `voucher_item.entity_uuid`

Closes IMA-WorldHealth#1455.
jniles pushed a commit that referenced this issue Mar 31, 2017
This commit adds indexes to the voucher tables.  Affected columns:
 1. `voucher.reference_uuid`
 2. `voucher_item.document_uuid`
 3. `voucher_item.entity_uuid`

Closes #1455.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant