Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Clobber old device list stream entries #1963
+34
−0
Conversation
erikjohnston
assigned
NegativeMjark
Mar 1, 2017
| + "device_lists_stream_idx", | ||
| + index_name="device_lists_stream_user_id", | ||
| + table="device_lists_stream", | ||
| + columns=["user_id", "device_id"], |
NegativeMjark
Mar 2, 2017
Contributor
Umm, What happened to the (stream_id, user_id) index?
Should the new index be called device_lists_stream_user_id_device_id?
| + self.register_background_index_update( | ||
| + "device_inbox_stream_index", | ||
| + index_name="device_inbox_stream_id_user_id", | ||
| + table="device_inbox", |
| + */ | ||
| + | ||
| +INSERT into background_updates (update_name, progress_json) | ||
| + VALUES ('device_lists_stream_idx', '{}'); |
NegativeMjark
Mar 2, 2017
Contributor
Is calling this idx or index more consistent with what came before?
|
@NegativeMjark PTAL |
erikjohnston
merged commit 96d79bb
into
develop
Mar 3, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #1607 origin/erikj/delete_old_device_streams failed in 11 sec
Details
Sytest Postgres (Commit)
Build #2423 origin/erikj/delete_old_device_streams failed in 8 min 29 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #2488 origin/erikj/delete_old_device_streams succeeded in 6 min 2 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
erikjohnston
added a commit
that referenced
this pull request
Mar 13, 2017
erikjohnston
deleted the
erikj/delete_old_device_streams
branch
Mar 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
erikjohnston commentedMar 1, 2017
No description provided.