Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14707879
D14091.id34058.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
671 B
Referenced Files
None
Subscribers
None
D14091.id34058.diff
View Options
diff --git a/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php b/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
--- a/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
+++ b/src/applications/notification/garbagecollector/FeedStoryNotificationGarbageCollector.php
@@ -11,8 +11,7 @@
queryfx(
$conn_w,
- 'DELETE FROM %T WHERE chronologicalKey < (%d << 32)
- ORDER BY chronologicalKey ASC LIMIT 100',
+ 'DELETE FROM %T WHERE chronologicalKey < (%d << 32) LIMIT 100',
$table->getTableName(),
time() - $ttl);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 7:15 AM (2 h, 9 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7000629
Default Alt Text
D14091.id34058.diff (671 B)
Attached To
Mode
D14091: Optimize feed story gc query.
Attached
Detach File
Event Timeline
Log In to Comment