Giter Club home page Giter Club logo

Comments (3)

jasonbosco avatar jasonbosco commented on June 10, 2024 1

After deleting the collection via the API, the on-disk contents are compacted every 7 days by default in v26 of Typesense.

You can either manually trigger DB compaction using this endpoint and you want to then trigger a snapshot (to clear the old DB from previous snapshots).

Or you can also decrease the default DB compaction interval using the db-compaction-interval flag (seconds).

from typesense.

comichael avatar comichael commented on June 10, 2024

Thanks for your quick reply Jason.

Just tested this: First calling CompactDisk( ), then CreateSnapshot(path)

Before: Disk usage = 5,7 GB
After: Disk usage = 6,2 GB
(Based on metrics.SystemDiskUsedBytes)

I expected that the disk usage would be reduced.

Not sure what I'm missing. Any explanation / elaboration on this is appreciated.

from typesense.

jasonbosco avatar jasonbosco commented on June 10, 2024

It could be the old snapshots. Could you delete the snapshot directory generated by the create snapshot endpoint, once the snapshot API returns success?

from typesense.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.