System and method for multicolumn sorting in a single column
A system for multicolumn ordering includes a processor and a data store. The data store stores a table including a plurality of category and data columns. The processor applies key prefixes to column data values of a plurality of the data columns to form and store in the data store a set of prefixed data values. The processor then orders the set of prefixed data values in a first compound column and one or more category columns in a second compound column and responsive to the first and second compound columns selects and stores a subset for further processing.
Latest IBM Patents:
This application is a divisional of U.S. patent application Ser. No. 10/325,715 filed 20 Dec. 2002 now U.S. Pat. No. 7,203,694 by Joseph P. Gwizdaloski for System and Method for Multicolumn Sorting In a Single Column.
BACKGROUND OF THE INVENTION1. Technical Field of the Invention
This invention relates to sorting technology. More particularly, it relates to multicolumn sorting in one column.
2. Background Art
The IBM Lotus Notes™ program currently provides a multiple column sort capability for non-restricted document views. Views are dynamically changing windows in a Notes database for organizing and locating documents. When the view is embedded and restricted by category, then the multiple column sort capability is unavailable. In Notes, an embedded object, such as a view, is an object that becomes part of a Notes document.
One approach to providing multiple column sort capability in embedded views restricted by category is with the use of multiple Notes views, at the cost of large overhead on the system for maintaining these multiple Notes views. Maintenance cost increases when servicing or updating multiple views. Another approach is to sort data inline with every query request. There is a need, therefore, to provide improved server performance, by providing multicolumn sort capability with fewer views while avoiding having to sort data inline with every query request.
It is an object of the invention to provide an improved system and method for sorting on multiple columns when multiple column sort capability is not available or efficient.
SUMMARY OF THE INVENTIONA system and method for multicolumn ordering by applying key prefixes to column data values of a plurality of data columns to form a set of prefixed data values; ordering the set of prefixed data values in a first compound column; and selecting from that ordered set a subset for further processing.
In accordance with an aspect of the invention, there is provided a computer program product configured to be operable for ordering in a single column a table having a plurality of category and data columns by use of column key prefixes on column values.
Other features and advantages of this invention will become apparent from the following detailed description of the presently preferred embodiment of the invention, taken in conjunction with the accompanying drawings.
In accordance with the preferred system and method of the invention, multicolumn ordering is accomplished in a single column by use of column key prefixes on column values.
Exemplary embodiments of the invention draw upon the methods of the IBM Lotus Notes™ program.
Referring to
Referring to
Referring to
Referring to
Referring to
In order to provide the ability to sort on several columns 41-58 in a Notes view, including at least one restricting column 41, 43 and a plurality of data columns 50-58, a first sorted compound column (herein, owner 42) is created from the restricting columns 41, 43 and a second sorted compound column 84 is created from the data columns 50-58 and prefix data, or column keys, 64.
Referring to
View 80 is defined to 'show multiple values as separate entries'. So that instead of one document record in the view with six item column values, there are six separate document records with single values in a sorted second column 84.
The resulting view 80 shows a first column 42 that is sorted by owner (requester 41 or initiator 43), and a second column 84 that is sorted by data type 70, 72, 74 first and within data type by the value 98 of the data type. In this manner, for a table of N data columns 54-58 (those data columns selected for sort from a table which may include many more data columns, such as columns 50 and 52), N different sorts are combined into one column 84. In the example of
Referring to
For example, view 80 is opened by a Notes Agent to execute GetAllEntriesByKey 114. As input to this request, the owner name 42 is the first key 62 to match on, and the second key is the prefix value 64 so that the second column 84 is matched (not an exact match) on just the prefix 64. This process extracts from view 80 a unique set of documents that are sorted as illustrated by view 100 by the compound value prefix|data 64|98.
Referring to
The above described GetAllEntriesByKey method 114 results in a NotesViewEntryCollection which includes a count property that yields the number of documents in the result set 120. (In this example, there are 15 rows, and the count property is 15.) A NotesViewEntryCollection represents a collection of view entries of type document sorted in view order.
GetFirstEntry 110, GetLastEntry 116, GetNextEntry, GetNthEntry 112 and GetPrevEntry methods allow navigation to a set of documents 108 that are of interest. Since the document set is ordered (as illustrated from rows 102 through 106 of
Referring to
Referring to
By sorting on two columns 42, 84, when view restrictions are applied, a view 100 is presented which in a first step includes only a specified person's (Bill) data. In a second step, a Notes agent ripples through the clustered data to pull off what is needed to present to the user a view of his data in sorted order. The key 64 applied to the data values 98 collapses multiple columns 50-58 into one column 94.
In accordance with the preferred embodiment of the invention, one database is conceptualized. However, it may be implemented with N databases, in which case it would only be required to keep track of a next record to retrieve based on the largest (or smallest) record remaining in the N databases.
Advantages over the Prior ArtIt is an advantage of the invention that there is provided an improved system and method for sorting on multiple columns when multiple column sort capability is not available or efficient.
Alternative EmbodimentsIt will be appreciated that, although specific embodiments of the invention have been described herein for purposes of illustration, various modifications may be made without departing from the spirit and scope of the invention. In particular, it is within the scope of the invention to provide a computer program product or program element, or a program storage or memory device such as a solid or fluid transmission medium, magnetic or optical wire, tape or disc, or the like, for storing signals readable by a machine, for controlling the operation of a computer according to the method of the invention and/or to structure its components in accordance with the system of the invention.
Further, each step of the method may be executed on any general computer, such as IBM Systems designated as zSeries, iSeries, xSeries, and pSeries, or the like and pursuant to one or more, or a part of one or more, program elements, modules or objects generated from any programming language, such as C++, Java, Pl/1, Fortran or the like. And still further, each said step, or a file or object or the like implementing each said step, may be executed by special purpose hardware or a circuit module designed for that purpose.
Accordingly, the scope of protection of this invention is limited only by the following claims and their equivalents.
Claims
1. A computer implemented method for improved server performance in response to a query request by presenting to a user a set of documents in an embedded view derived by multicolumn sorting in one column of a table including at least one category column and a plurality of data columns in a digital storage device, comprising:
- ordering a first category column of said at least one category column in a first compound column, wherein each category column comprises a plurality of categories in a plurality of row entries, wherein the plurality of categories in each category column is specific to each category column, wherein each row entry in each category column consists of one category of the plurality of categories specific to each category column, wherein each category entry in a row entry of the first compound column comprises a category in a row entry of the first category column, and wherein the table comprises a document identifier column such that each row entry of the document identifier column identifies a document to which the user navigates;
- converting, by a processor, non-character data values in said data columns to character format;
- selecting N data columns of the plurality of data columns, N being at least 2;
- determining a second compound column comprising all data values in the N data columns, wherein each row entry of the second compound column is a concatenation of a column key, a delimiter, and a data set, wherein the delimiter is a constant character disposed between the column key and the data set, wherein the column key identifies a column set selected from the group consisting of a single data column of the N data columns and a concatenation of two or more data columns of the N data columns, and wherein the data set includes either a single data value in a unique row of the single data column identified by the column key if the column set is the single data column or a multiple data value consisting of a concatenation of the data values in the two more data columns in a unique row of the two more data columns if the column set is the concatenation of the two more data columns identified by the column key;
- defining a primary key on said first compound column and a column key on said second compound column;
- collecting into an embedded view to said user a subset of said table, wherein the embedded view comprises the first compound column and the second compound column sorted according to a multiple key sort in which the first compound column is sorted in accordance with the primary key functioning as a primary sort key of the multiple key sort and the second compound column is sorted in accordance with the column key functioning as a secondary sort key of the multiple key sort, and wherein the second compound column in the embedded view depicts data values of each data column of the N data columns appearing sorted in ascending or descending order for each category entry in the first compound column; and
- navigating to a document selected by said user from said embedded view, wherein the selected document is identified by a document identifier in the document identifier column.
2. The method of claim 1, further comprising ordering a second category column of the at least one category column in said first compound column, wherein each category entry in a row entry of the first compound column further comprises a category in a row entry of the second category column.
3. The method of claim 1, wherein the column set identified by the column key in each set of row entries of a plurality of sets of row entries consists of a single data column specific to each set of row entries.
4. The method of claim 1, wherein the column set identified by the column key in a first set of row entries of the second compound column consists of a single data column specific to the first set of row entries, and wherein the column set identified by the column key in a second set of row entries of the second compound column consists of a concatenation of two or more data columns specific to the second set of row entries.
5. The method of claim 1, wherein N=3.
6. The method of claim 1, wherein N=4.
5274805 | December 28, 1993 | Ferguson et al. |
5396621 | March 7, 1995 | MacGregor et al. |
5490269 | February 6, 1996 | Cohn et al. |
5553218 | September 3, 1996 | Li et al. |
5729732 | March 17, 1998 | Gal et al. |
5745891 | April 28, 1998 | Minakuchi et al. |
5812840 | September 22, 1998 | Shwartz |
5899988 | May 4, 1999 | Depledge et al. |
5926807 | July 20, 1999 | Peltonen et al. |
6029163 | February 22, 2000 | Ziauddin |
6052683 | April 18, 2000 | Irwin |
6185557 | February 6, 2001 | Liu |
6205453 | March 20, 2001 | Tucker et al. |
6397204 | May 28, 2002 | Liu et al. |
6446063 | September 3, 2002 | Chen et al. |
6553383 | April 22, 2003 | Martin |
6564204 | May 13, 2003 | Amundsen et al. |
6662175 | December 9, 2003 | Ghazal et al. |
6738770 | May 18, 2004 | Gorman |
6745173 | June 1, 2004 | Amundsen |
6778651 | August 17, 2004 | Jost et al. |
6801915 | October 5, 2004 | Mack |
7103596 | September 5, 2006 | Abe et al. |
20010016855 | August 23, 2001 | Hiroshige |
10320411 | June 2001 | JP |
- Multiple-column sorting controls. Research Disclosure 442152, Feb. 2001, pp. 319-320.
- Multi-column sorting algorithm. Research Disclosure 449161, Sep. 2001, p. 1609.
- Highly controllable and visible inline multi-column sorting controls. Research Disclosure 437130, Sep. 2000, pp. 1708-1710.
Type: Grant
Filed: Nov 17, 2006
Date of Patent: Jun 23, 2009
Patent Publication Number: 20070083515
Assignee: International Business Machines Corporation (Armonk, NY)
Inventor: Joseph P. Gwizdaloski (Endwell, NY)
Primary Examiner: Mohammad Ali
Assistant Examiner: Jessica N Le
Attorney: Schmeiser, Olsen & Watts
Application Number: 11/601,198
International Classification: G06F 7/00 (20060101);