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

Optimize ingot\testing\crud\session::lookup_ingot_id_by() #234

Open
Shelob9 opened this issue Feb 2, 2016 · 0 comments
Open

Optimize ingot\testing\crud\session::lookup_ingot_id_by() #234

Shelob9 opened this issue Feb 2, 2016 · 0 comments
Assignees
Milestone

Comments

@Shelob9
Copy link
Collaborator

Shelob9 commented Feb 2, 2016

Slowest/ or close to slowest query we are doing

Example:

SELECT MAX(`ingot_ID`)
FROM wp_ingot_session
WHERE `IP` = "192.168.50.1"
LIMIT 1
@Shelob9 Shelob9 self-assigned this Feb 2, 2016
@Shelob9 Shelob9 added this to the 1.1.1 milestone Feb 2, 2016
@Shelob9 Shelob9 modified the milestones: 1.1.1, 1.1.2 Feb 16, 2016
@Shelob9 Shelob9 modified the milestones: 1.2.1, 1.2.2 Mar 11, 2016
@Shelob9 Shelob9 modified the milestones: 1.3.1, 1.3.2 Jun 1, 2016
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