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

Search for visitor IDs over whole table not just last 30 mins #14069

Closed
wants to merge 1 commit into from

Conversation

diosmosis
Copy link
Member

In the tracker when searching by visitor ID, search through entire log_visit table instead of just in the last 30 mins.

Should be fast thanks to already existing index (h/t @tsteur)

CC @mattab can you take a look at this re any possible privacy implications?

@diosmosis diosmosis added the Needs Review PRs that need a code review label Feb 4, 2019
@diosmosis diosmosis added this to the 3.9.0 milestone Feb 4, 2019
@mattab
Copy link
Member

mattab commented Feb 21, 2019

Should work and in theory not introduce a performance regression 👍

…g_visit table instead of just in the last 30 mins.
@sgiehl
Copy link
Member

sgiehl commented Feb 25, 2019

Should work and in theory not introduce a performance regression

@tsteur @mattab should we maybe test that on some bigger cloud instances before merging? Otherwise tests may need some updates, but would be good to merge then.

@diosmosis
Copy link
Member Author

FYI, I've been fixing tests for this in #13935 which contains this change + some fixes, this PR probably shouldn't be merged. I think it's good to have it open for any discussion though. I'll close it when I merge the other one.

@diosmosis diosmosis added Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. and removed Needs Review PRs that need a code review labels Feb 25, 2019
@diosmosis
Copy link
Member Author

Included in #13935

@diosmosis diosmosis closed this Mar 14, 2019
@diosmosis diosmosis deleted the recognize-visitor-no-limit branch March 14, 2019 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants