The patent badge is an abbreviated version of the USPTO patent document. The patent badge does contain a link to the full patent document.
The patent badge is an abbreviated version of the USPTO patent document. The patent badge covers the following: Patent number, Date patent was issued, Date patent was filed, Title of the patent, Applicant, Inventor, Assignee, Attorney firm, Primary examiner, Assistant examiner, CPCs, and Abstract. The patent badge does contain a link to the full patent document (in Adobe Acrobat format, aka pdf). To download or print any patent click here.
Patent No.:
Date of Patent:
Aug. 07, 2012
Filed:
Aug. 30, 2010
Vineet Marwah, San Ramon, CA (US);
Vikram Kapoor, Cupertino, CA (US);
Jesse Kamp, Castro Valley, CA (US);
Kam Shergill, Maidenhead, GB;
Roger Macnicol, Hummelstown, PA (US);
Manosiz Bhattacharyya, San Jose, CA (US);
Amit Ganesh, San Jose, CA (US);
Vineet Marwah, San Ramon, CA (US);
Vikram Kapoor, Cupertino, CA (US);
Jesse Kamp, Castro Valley, CA (US);
Kam Shergill, Maidenhead, GB;
Roger MacNicol, Hummelstown, PA (US);
Manosiz Bhattacharyya, San Jose, CA (US);
Amit Ganesh, San Jose, CA (US);
Oracle International Corporation, Redwood Shores, CA (US);
Abstract
Described herein are compression and processing optimizations by using data transformation techniques. In example embodiments, a byte-wise differential transformation is applied to columnar data represented as a list of length-value pairs to determine a list of delta pairs that is subsequently compressed and stored on persistent storage. A length separation transformation is applied to separate a list of length-value pairs into a length array and a corresponding data value array, where these two arrays are subsequently compressed and stored separately on persistent storage. A native number transformation is applied to a set of number values to remove the lengths stored in the number values, where the transformed set is stored on persistent storage instead of the original set of number values. A native datetime-type transformation is applied to a set of datetime values to generate an encoding that is used to encode the set of datetime values into an encoded set that is stored on persistent storage instead of the original set.