Giter Site home page Giter Site logo

Comments (7)

ankane avatar ankane commented on August 17, 2024

Hey @gvn182, migrate should be able to handle any number of rows (it’ll just take longer). The latest version has some optimizations, so I’d suggest using that.

from lockbox.

gvn182 avatar gvn182 commented on August 17, 2024

I see, is there any way to encrypt a field depending on an if? for example:

encrypts :email, if: self.account.crypt_enabled

from lockbox.

ankane avatar ankane commented on August 17, 2024

No, a field can’t be conditionally encrypted. Can you explain more about your use case for that functionality?

from lockbox.

gvn182 avatar gvn182 commented on August 17, 2024

Yes, sure. As I said, i have around 35+ millions rows, I checked the Migrate function and it uses Batch, it would take a really long time to finish and I can't have a downtime of more than 2 hours. So I thought in the following strategy: Encrypt only new or really important customers (I have a multi tenant system divided by accounts)

So if I had the option to use a condition, I could apply this strategy.

from lockbox.

ankane avatar ankane commented on August 17, 2024

No downtime is needed with migrate. You backfill the data first, then make the switch.

from lockbox.

gvn182 avatar gvn182 commented on August 17, 2024

I see, do you know if that's gonna work with a uuid ID?

from lockbox.

ankane avatar ankane commented on August 17, 2024

Yeah, it should. Give it a shot and see how it goes.

from lockbox.

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.