0

I have some data in a few columns that repeat often from 40-80%.

Is there some way to have mysql do some kind of compression?

Gordon

2
  • I dont think you want to slow down mySQL like that; An important question is WHY would you want to? Perhaps there is another problem that needs solving instead. Commented Mar 22, 2011 at 22:58
  • Can you give us some examples of this data? Commented Mar 22, 2011 at 23:01

1 Answer 1

1

Repeating data? Sounds like you're breaking normalization rules. I'd investigate those before resorting to compression. How do you intend to query on compressed data? Not useful, in my opinion.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.