mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
143033dc1f
Summary: Depends on D19148. Ref T13088. The new rendering always executes range requests for data it needs, and we can satisfy these requests by loading the smallest number of chunks which span that range. Test Plan: Piped 50,000 lines of Apache log into Harbormaster, viewed it in the new UI, got sensible rendering times and a reasonable amount of data actually going over the wire. Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13088 Differential Revision: https://secure.phabricator.com/D19149
5 lines
217 B
SQL
5 lines
217 B
SQL
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildlogchunk
|
|
ADD headOffset BIGINT UNSIGNED NOT NULL;
|
|
|
|
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildlogchunk
|
|
ADD tailOffset BIGINT UNSIGNED NOT NULL;
|