Size of Android app updates reduced significantly

Martin Brinkmann
Dec 6, 2016
Google Android
|
8

Google announced today that it has implemented a new updating method called file-by-file patching that reduces the size of app updates on Android by 65% on average.

The company started to use the bsdiff algorithm earlier this year to reduce the size of application updates by 47% on average when compared to the full size of the Android app.

The new file-by-file patching method that google announced today improves that to 65% on average, and in some cases up to 90%.

Google Play sends the device a patch that describes the difference between the old and new version of the application when file-by-file patching is used.

File-by-file patching

File-by-file patching uses the following process to update an application on an Android device:

  1. Google decompresses both the old and new file to compute the delta using bsdiff.
  2. The patch is applied in the next step by decompressing the old file, applying the delta (the differences), and compressing the resulting data to a new file.
  3. Google then makes sure that the new file is identical to the file the developer uploaded to the Play Store originally.

Google ran some benchmark tests comparing the old and new file patching method against each other. The result was that file-by-file patching reduced the size of the patch significantly when compared to the bsdiff method.

Netflix topped the list with a 92% size reduction of the patch to 1.2 Megabyte over the original size of 16.2 Megabyte. Patch sizes dropped between 32% and 92% of the original application size, while it dropped only between 9% and 81% using the bsdiff method.

As you may have noticed already, there is a drawback to the method. Since files need to be decompressed and recompressed on the device, more processing power is needed during updates.

Google notes that the process takes about 1 second per Megabyte on 2015 or newer devices, and usually longer on older devices.

However, there is one trade off; extra processing power is needed on the device. On modern devices (e.g. from 2015), recompression can take a little over a second per megabyte and on older or less powerful devices it can be longer. Analysis so far shows that, on average, if the patch size is halved then the time spent applying the patch (which for File-by-File includes recompression) is doubled.

The company made the decision to limit the new patching method to automatic updates for the time being. These updates are run in the background and should not impact device performances too much therefore.

For now, we are limiting the use of this new patching technology to auto-updates only, i.e. the updates that take place in the background, usually at night when your phone is plugged into power and you're not likely to be using it. This ensures that users won't have to wait any longer than usual for an update to finish when manually updating an app.

A decrease in download size at the expense of longer update times on the device.

Now You: would you trade update size for time?

Summary
Size of Android app updates reduced significantly
Article Name
Size of Android app updates reduced significantly
Description
Google announced today that it has implemented a new updating method called file-by-file patching that reduces the size of app updates on Android by 65% on average.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Chris said on December 7, 2016 at 11:58 am
    Reply

    This should be an option, so the user can choose speed over data transmitted.

  2. CpuHog said on December 7, 2016 at 5:58 am
    Reply

    More overheating and battery drain?

  3. Jeff said on December 7, 2016 at 5:17 am
    Reply

    Amazing. Google seems to get it while Microsoft seems to have lost it. :D

    1. Heimen Stoffels said on December 7, 2016 at 10:04 am
      Reply

      Although Google’s not the first to do this. Delta updates have existed for far longer, esp. on Linux. On Arch and Solus I frequently get Delta updates, it’s awesome! :)

      1. Jeff said on December 7, 2016 at 11:14 am
        Reply

        Yes of course Google is not the first. Windows XP had delta updates too. But you know Microsoft. One step ahead, 100 steps backwards. You get to trade delta updates for Cortana and now they’re advertising it as a new feature again. Windows 10 is a big scam so I am glad at least one OS, Android is doing things the right way in 2016.

  4. Chris said on December 7, 2016 at 4:52 am
    Reply

    I knew it seemed much slower. :-(

  5. morgan said on December 7, 2016 at 4:15 am
    Reply

    Will take this as most of mobile data is capped or very slow.

    Martin do you know which play-store version has this feature?

    Also can you do an article on getting on beta channels of various apps like Google playstore app itself.

  6. CHEF-KOCH said on December 7, 2016 at 1:30 am
    Reply

    Neat.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.