Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Enable incremental vacuum for Offline DB #15837

Merged
merged 2 commits into from
Oct 22, 2019

Conversation

pozdnyakov
Copy link
Contributor

@pozdnyakov pozdnyakov commented Oct 21, 2019

Thus we avoid re-creating the whole database and keeping the backup file as it happens on calling VACUUM.

Fixes: https://github.com/mapbox/mapbox-gl-native-team/issues/78
Fixes: #15728

@pozdnyakov pozdnyakov added performance Speed, stability, CPU usage, memory usage, or power usage Core The cross-platform C++ core, aka mbgl needs changelog Indicates PR needs a changelog entry prior to merging. labels Oct 21, 2019
@pozdnyakov pozdnyakov self-assigned this Oct 21, 2019
@pozdnyakov pozdnyakov marked this pull request as ready for review October 22, 2019 09:12
Thus we avoid re-creating the whole database and keeping the backup file as it happens on calling VACUUM.
@pozdnyakov pozdnyakov requested a review from a team October 22, 2019 11:36
@pozdnyakov pozdnyakov removed the needs changelog Indicates PR needs a changelog entry prior to merging. label Oct 22, 2019
@pozdnyakov pozdnyakov merged commit 2cdc09d into master Oct 22, 2019
@pozdnyakov pozdnyakov deleted the mikhail_incremental_vacuum branch October 22, 2019 12:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Core The cross-platform C++ core, aka mbgl performance Speed, stability, CPU usage, memory usage, or power usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow MGLOfflineStorage removePack hang the map
4 participants