GithubHelp home page GithubHelp logo

Comments (4)

IanMeyers avatar IanMeyers commented on July 21, 2024 1

Hello,

Thanks for the note. There is in fact a reason to avoid doing this and this is a feature that we recommend for stability. In some cases, a sort key will be used which has a very low cardinality first column, and higher cardinality columns which follow. In these cases, it is possible that when the blocks for columns in the sort key are decompressed, the amount of temporary storage is exhausted, and you could see swapping and/or out of memory errors. By electing to not compress the first column, the cluster will allocate enough space for the subsequent encoded blocks to be decompressed, and we avoid these issues.

HTH,

Ian

from amazon-redshift-utils.

jrdi avatar jrdi commented on July 21, 2024

Hi Ian,

Thank you for your reply, it's a clarifying explanation. What do you think about adding an option to disable this feature?

from amazon-redshift-utils.

IanMeyers avatar IanMeyers commented on July 21, 2024

Yeah, open to that. If you had a sort key whose size in blocks was roughly the same for each column, then it should be fine.

from amazon-redshift-utils.

IanMeyers avatar IanMeyers commented on July 21, 2024

I'm going to close this now, but if you can send a pull request that's great.

from amazon-redshift-utils.

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.