Store GZIP:ed text in mysql?
Posted
by Industrial
on Stack Overflow
See other posts from Stack Overflow
or by Industrial
Published on 2010-04-29T21:14:08Z
Indexed on
2010/04/29
21:17 UTC
Read the original article
Hit count: 372
Hi!
Is it a common thing for bigger applications and databases to GZIP text data before inserting it to the database?
I'll guess that any full-text search on the actual text field will not be working before unzipping it again?
Thansks
© Stack Overflow or respective owner