G
Guest
Shoud I use it and what's it's purpose?
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Of course, there's no such thing as a free lunch, so when you turn
Unicode Compression on, your CPU must compress the text (during a
write) and decompress it (during a read.)
My impression is that CPU speeds have increased dramatically since
those days, whereas disk speeds have increased only marginally. So
in theory, reading the uncompressed data from twice the disk space
should be even more disk-bound than it used to be.
Of course, much of this will change in the next decade or so as we
move away from platters and heads to solid state memory. (I
haven't really had a chance to work through what this will mean
for the way we design and store databases.)
Back in the old days when disk compression software was in use, it
was found that for large files, the compressed version was faster to
read and write, because the disk was slow enough that having half
the data or less to write made up for the compression time.
I don't think that's the case these days, nor that data page reads
in Access are big enough to have benefited from it then, but I just
wanted to point out that the reduced amount of bits being pushed
around can outweigh the compression/decompression time.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.