On Wavelet Compression and Cardinality Estimation of Enterprise Data

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News On Wavelet Compression and Cardinality Estimation of Enterprise Data
# 1  
Old 10-08-2010
On Wavelet Compression and Cardinality Estimation of Enterprise Data

HPL-2010-132 On Wavelet Compression and Cardinality Estimation of Enterprise Data - Choudur, Lakshminarayan; Dayal, Umeshwar; Gupta, Chetan; Swaminathan, Ram
Keyword(s): compression, wavelets, thresholding, energy
Abstract: Storing and analyzing large volume of structured or unstructured data at the scale of petabytes in applications such as business intelligence of an enterprise, is a daunting task. It is therefore desirable to store data in a compressed form. Compression often is performed using transform methods tha ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find all possible intersecting sets of cardinality 3 or more

Hi Gurus. Please consider the following problem where col1 is the set name and col2 is comma delimited elements in the corresponding set. I have about 2600 such rows. In:A v1,v2,v3,v4 B v6,v7,v1,v2 C v7,v1,v2,v5,v6 D v3,v2,v5,v4 E v8,v4,v6,v10,v11 F v3,v2,v1,v4,v6,v8 G v2,v5,v8,v4 H... (5 Replies)
Discussion started by: abh.kumar
5 Replies

2. UNIX for Dummies Questions & Answers

How to check hardware data compression

Hi, I'm looking to check the compression ratio applied by hardware to work out how much free space we have on tapes. mt -f /dev/rmt0 status shows: If I add up the output of the du command and what we backup from the script, it gives me the total space we tape up. So the plan was to find the... (4 Replies)
Discussion started by: rab
4 Replies

3. AIX

Tape compression

Hello everyone I want to use compression in my tape when I backup some file. For example I have several files that use 50gb. If I backup this I need to use two cartridge because without compression I can backup 36gb. My question is with flag I need to use to compress and I can use 72gb in... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

4. SCO

System hangs on data compression

Hi, We are having an automated system installed on SCO unixware, which runs a End Of Day routine during midnight. Since few days system is hanging at data backup, I have checked the log, system hangs exactly on data compression, any idea or help that why system is hanging only on compression....... (10 Replies)
Discussion started by: tayyabq8
10 Replies
Login or Register to Ask a Question
AdvanceCOMP PNG Compression Utility(1)			      General Commands Manual			    AdvanceCOMP PNG Compression Utility(1)

NAME
advpng - AdvanceCOMP PNG Compression Utility SYNOPSIS
advpng [-l, --list] [-z, --recompress] [-0, --shrink-0] [-1, --shrink-fast] [-2, --shrink-normal [-3, --shrink-extra] [-4, --shrink-insane] [-f, --force] [-q, --quiet] [-h, --help] [-V, --version] FILES... DESCRIPTION
The main purpose of this utility is to recompress png files to get the smallest possible size. Please note that this utility is not able to read a generic file. It's granted to be able to read only the files generated by the Advance- MAME emulator. To compress the files this utility uses the following strategies: o Remove all ancillary chunks. o Concatenate all the IDAT chunks. o Use the 7zip Deflate implementation. OPTIONS
-l, --list FILES... List the content of the specified files. -z, --recompress FILES... Recompress the specified files. If the -1, -2, -3 options are specified it's used the smallest file choice from the previous com- pressed data and the new compression. If the -0 option is specified the file is always rewritten without any compression. -0, --shrink-store Disable the compression. The file is only stored and not compressed. The file is always rewritten also if it's bigger. -1, --shrink-fast Set the compression level to "fast". -2, --shrink-normal Set the compression level to "normal". This is the default level of compression. -3, --shrink-extra Set the compression level to "extra". -4, --shrink-insane Set the compression level to "insane". -f, --force Force the use of the new file also if it's bigger. COPYRIGHT
This file is Copyright (C) 2002 Andrea Mazzoleni, Filipe Estima SEE ALSO
advzip(1), advmng(1), advdef(1) AdvanceCOMP PNG Compression Utility(1)