US5613105A - Efficient storage of objects in a file system - Google Patents
Efficient storage of objects in a file system Download PDFInfo
- Publication number
- US5613105A US5613105A US08/086,344 US8634493A US5613105A US 5613105 A US5613105 A US 5613105A US 8634493 A US8634493 A US 8634493A US 5613105 A US5613105 A US 5613105A
- Authority
- US
- United States
- Prior art keywords
- sized
- file system
- variable
- type
- storing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 claims description 30
- 238000013507 mapping Methods 0.000 claims description 29
- 238000005192 partition Methods 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 10
- 238000003491 array Methods 0.000 description 1
- 238000005056 compaction Methods 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 238000013467 fragmentation Methods 0.000 description 1
- 238000006062 fragmentation reaction Methods 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 238000000926 separation method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/0604—Improving or facilitating administration, e.g. storage management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0638—Organizing or formatting or addressing of data
- G06F3/0643—Management of files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0673—Single storage device
- G06F3/0674—Disk device
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B20/00—Signal processing not specific to the method of recording or reproducing; Circuits therefor
- G11B20/10—Digital recording or reproducing
- G11B20/12—Formatting, e.g. arrangement of data block or words on the record carriers
- G11B20/1217—Formatting, e.g. arrangement of data block or words on the record carriers on discs
- G11B20/1252—Formatting, e.g. arrangement of data block or words on the record carriers on discs for discontinuous data, e.g. digital information signals, computer programme data
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B27/00—Editing; Indexing; Addressing; Timing or synchronising; Monitoring; Measuring tape travel
- G11B27/10—Indexing; Addressing; Timing or synchronising; Measuring tape travel
- G11B27/19—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier
- G11B27/28—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier by using information signals recorded by the same method as the main recording
- G11B27/32—Indexing; Addressing; Timing or synchronising; Measuring tape travel by using information detectable on the record carrier by using information signals recorded by the same method as the main recording on separate auxiliary tracks of the same or an auxiliary record carrier
- G11B27/327—Table of contents
- G11B27/329—Table of contents on a disc [VTOC]
-
- G—PHYSICS
- G11—INFORMATION STORAGE
- G11B—INFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
- G11B2220/00—Record carriers by type
- G11B2220/20—Disc-shaped record carriers
Definitions
- the present invention relates generally to data processing systems and, more particularly, to efficient storage of objects in a file system.
- each file is allocated a fixed number of blocks of disk space for storing file data as well as control information about the file.
- the blocks are fixed-sized so that the blocks may be quickly allocated and deallocated.
- the control information for the files and the file data are often variable-sized, which poses at least two problems. First, when the control information and/or file data is not large enough to fill a block, disk space within the block is wasted. Second, when the control information and/or file data is too large to be stored in a single block, it must be stored in multiple blocks and multiple pointers are maintained to specify where the data is stored. Maintaining and using such pointers is often quite cumbersome.
- a method and system are practiced for storing file data in secondary storage having memory space.
- the data processing system for practicing this method includes the secondary storage as well as internal storage. At least a portion of the memory space in the secondary storage is logically partitioned into fixed-sized data structures.
- a first set of logically related file data of a first size is stored in a variable-sized data structure of a given type.
- the variable-sized data structure which stores the first set of logically related file data is stored in at least one fixed-sized data structure in the secondary storage. Additional sets of logically related file data may be stored in the same fixed-sized data structures in the secondary storage.
- variable-sized data structures of a first type are stored in variable-sized data structures of a second type.
- the variable-sized data structures of the second type are stored in fixed-sized data structures in secondary storage.
- a method is practiced in a data processing system having secondary storage.
- sets of logically contiguous bytes of file data are stored in respective variable-sized data structures of a first type.
- Selected ones of the variable-sized data structures of the first type are stored in variable-sized data structures of a second type in the secondary storage.
- a B-tree index to the variable-sized data structures of the first type are stored in the variable-sized data structures of the second type in the secondary storage.
- a separate B-tree index may be maintained for each of the variable-sized data structures of the second type which are held in the data processing system.
- a method is practiced in a data processing system that includes secondary storage.
- the secondary storage includes memory space which holds an array of fixed-sized buckets.
- One of the buckets of the array holds an object.
- the method allocates additional memory space in the secondary storage to fulfill growing requirements of the object.
- files are stored in an array of fixed-sized buckets of storage space in the secondary storage. At least one of the fixed-sized buckets of storage space has more than one file stored in it. An identifier is provided for each file to identify the file amongst those stored in the array. A map is also stored in the secondary storage to map each identifier for a file into the fixed-sized bucket in which it is stored. One of the files having a selected identifier is located in the array by using the map to locate the fixed-sized bucket in which the file is stored and then searching the fixed-sized bucket to locate a file having the selected identifier.
- files are stored in an array of fixed-sized buckets of storage space in the secondary storage.
- Each file has an identifier associated with it.
- a mapping structure of multiple entries is stored in the secondary storage.
- the entries in the mapping structure include at least one entry that maps one of the identifiers to one of the buckets in the array.
- a free list of identifiers of free cells of the space in the secondary storage is stored in the mapping structure.
- the free list includes identifiers of those cells that have not yet been allocated.
- the mapping structure is used to locate a bucket from the identifier of the bucket.
- the mapping structure may be used to locate a free cell from an identifier for the free cell.
- an array of fixed-sized buckets of storage space in the secondary storage is also provided for storing files. Each file has an identifier associated with it.
- a mapping structure of multiple entries is provided in the secondary storage.
- a free list is provided in the mapping structure in secondary storage. The free list includes identifiers of any free cells of space in the secondary storage. The mapping structure maps identifiers to either cells in the free list or buckets in the array.
- a determination is made whether the free list contains an identifier of at least one cell. Where the free list does contain an identifier for at least one cell, a selected identifier of one of the cells of the free list is assigned to a new file and the new file is stored in the cell.
- mapping structure that map new identifiers to new associated free cells.
- One of the new identifiers associated with one of the new free cells may be assigned to the new file and the new file may be stored in the new free cell.
- FIG. 1 is a block diagram of a data processing system that is suitable for practicing a preferred embodiment of the present invention.
- FIG. 2 is a diagram illustrating the format of a stream descriptor for the preferred embodiment of the present invention.
- FIG. 3 is a diagram illustrating the format of a field descriptor for the preferred embodiment of the present invention.
- FIG. 4 is a diagram illustrating the format of an onode for the preferred embodiment of the present invention.
- FIG. 5 is a diagram illustrating streams that hold property information about the onode of FIG. 4.
- FIG. 6 is a diagram of a bucket array for the preferred embodiment of the present invention.
- FIG. 7A is a diagram of a work ID mapping array and an onode bucket array for the preferred embodiment of the present invention.
- FIG. 7B is a flow chart illustrating the steps performed by the preferred embodiment of the present invention to allocate a new work ID.
- FIG. 8A is a diagram illustrating a name index in accordance with the preferred embodiment of the present invention.
- FIG. 8B is an illustration of an exemplary B-tree index that is stored in the name index of FIG. 8A.
- FIG. 9 is a flow chart illustrating the steps performed by the preferred embodiment of the present invention to allocate additional memory space to an onode that is already stored on disk.
- the preferred embodiment of the present invention provides an efficient strategy for storing file data on disk.
- the strategy is described in detail below.
- FIG. 1 is a block diagram of a data processing system 10 for practicing the preferred embodiment of the present invention.
- the data processing system 10 includes a central processing unit (CPU) 12, a memory 14 and disk storage 16.
- the data processing system 10 includes a keyboard 18, a mouse 20 and a video display 22.
- the memory 14 holds a copy of an operating system 24.
- the operating system 24 provides the file system management services that will be described in more detail below.
- the data processing system 10 described herein is a single processor system, those skilled in the art will appreciate that the present invention may also be implemented in a multiple processor system, such as a distributed system.
- the preferred embodiment of the present invention is described as being part of the operating system 24, those skilled in the art will appreciate that the present invention may alternatively be implemented in a graphical user interface or in other types of code that are separate from the operating system.
- the file system management services of the operating system 24 are responsible for storing file data on disk in the disk storage 16.
- the operating system 24 of the preferred embodiment is an object-oriented operating system. As such, the operating system 24 supports the notion of an object.
- a stream is a logically contiguous, randomly addressable group of bytes of file data.
- a suitable format for a stream descriptor is described co-pending patent application Ser. No. 08/085,543, now abandoned, entitled “Storage of File Data on Disk in Multiple Representations", which was filed on even date herewith and assigned to a common assignee. The disclosure of this co-pending application is explicitly incorporated by reference herein.
- Each stream has a stream descriptor 26 associated with it.
- the stream descriptor 26 describes the stream and provides a means for accessing the data held within the stream.
- the stream descriptor 26 has as least three fields: a size field 28, a type field 30 and a description field 32.
- the size field 28 holds a value specifying the number of bytes in the stream.
- the type field 30 holds the type of stream described by the descriptor 26.
- the description field 32 holds a description of the stream.
- the description held in the description field 32 may be an immediate representation of the data of the stream or may alternatively point to extents of memory space that hold data of the stream.
- the preferred embodiment of the present invention stores information about streams in a field descriptor 34 like that shown in FIG. 3.
- the field descriptor 34 includes a stream ID field 36 that holds a stream ID.
- the stream ID is a four-byte long identification number that uniquely identifies the stream within an onode (onodes will be described in more detail below).
- the field descriptor 34 further includes flags field 38 that holds flag bits.
- the final field of the field descriptor 34 is the stream descriptor 26 for the stream.
- An onode corresponds with the logical notion of an object and typically holds all of the streams that constitute a file, a directory or a sub-directory.
- Each onode includes information necessary to describe the variable-sized collection of streams that it includes.
- FIG. 4 is a diagram that describes the format of an onode 40.
- Each onode holds streams of related functionality.
- Each onode 40 includes the following fields: a length field 42, a work ID field 44, a flags field 46, a class ID field 48, and a field 50 that holds an array of field descriptors 34 (such as depicted in FIG. 3).
- the length field 42 holds a value that specifies the length of the onode, whereas the work ID field 44 holds an index into a work ID mapping array 74 (FIG. 7), as will be described in more detail below.
- the work ID is four bytes in length.
- the flags field 46 (FIG. 4) holds flag bits, and the class ID field 48 holds a class ID for the onode.
- Field 50 holds a packed array of field descriptors, that includes a field descriptor 34 for each of the streams held with the onode 40.
- the number of streams included in the array of field descriptors of field 50 may vary.
- the length of each stream in the array of field descriptors of field 50 may vary.
- the onode 40 is a variable-size structure. The variable-size nature of onodes 40 helps to minimize internal fragmentation in allocation units on disk in disk storage 16.
- Certain data about onodes 40 is not incorporated directly into the onode. Instead, this data is stored in separate streams as shown in FIG. 5, if it is stored at all for an onode.
- Stream 52 holds a number of different types of status information regarding its associated onode 40 (FIG. 4).
- the status information includes a time stamp held in field 56 that specifies the time that the onode 40 was created.
- Field 58 holds a time stamp that specifies the last time that the onode 40 was modified.
- field 60 holds a time stamp that specifies the last time that the onode 40 was accessed.
- Field 62 holds a value that specifies the size of the onode 40, and field 64 holds a security descriptor for the owner of the onode. All of the information held in stream 52 is useful in administration of file data held in the associated onode 40.
- a second stream 54 of status information is also shown in FIG. 4.
- This stream 54 includes three fields 66, 68 and 70.
- Field 66 holds the work ID of the parent onode of the current onode.
- each onode 40 is visible in the global name space of the data processing system 10, and the global name space is a logical tree structure in which each onode other than the root onode is a child of another onode.
- Field 66 holds the work ID of the parent onode.
- Field 68 holds a Universally Unique ID (UUID) for the onode 40. This UUID is unique among entities in the global name space of the system.
- field 70 holds a class ID that specifies the class of the onode 40.
- Each onode 40 has a unique class associated with it. In particular, each onode 40 is an instance of an object of a particular class.
- Stream 55 (when present) holds the name of the onode 40 relative to its parent, and stream 57 (when present) holds access control lists (used in security) for the onode.
- Streams 52, 54, 55 an 57 are stored separately for at least two reasons. First, storing this information separately helps to reduce the average size of the onodes 40. Streams 52, 54, 55 and 57 are not stored for each onode. As a result, the average size of an onode decreases. The separation of the information that may not be included for some onodes into streams 52, 54, 55 and 57 is a convenient representation. Second, storing this data separately allows programmatic access to related groups of information without requiring complex code to retrieve the code from each onode 40.
- the onodes 40 are stored in onode bucket arrays 72 (FIG. 6).
- the onode bucket array 72 is a variable-sized data structure that is made up of an array of fixed-sized buckets.
- the size of the buckets (e.g., 4K) depends on the architecture of the data processing system 10 but may match the page size of the system 10.
- the buckets are numbered 1 through N in the example of FIG. 6.
- Each bucket in the array 72 contains a packed set of onodes 40. In the example of FIG. 6, it can be seen that bucket 2 includes only a single onode, whereas bucket 1 includes two onodes and bucket 3 includes three onodes.
- the onode bucket array 72 is used to minimize the amount of data that must be shuffled when file data is moved, deleted or inserted.
- the granularity of allocation and deallocation of blocks of disk space is fixed. In other words, memory blocks are allocated and deallocated in fixed sized buckets. If, instead, a variable-sized structure was employed for storing file data, the granularity of allocation would not be fixed, and the granularity of allocation could become excessively large. Similarly, if buckets were large, the amount of time spent in compaction would be large.
- the operating system 24 FIG. 1) stores related onodes 40 (FIG. 4) in the same buckets in the array 72 (FIG. 6) or in buckets that are in close proximity to each other on disk in disk storage 16. This storage strategy minimizes seek time in finding onodes 40 on disk.
- files that are typically accessed together are placed into the same bucket. Examples of files that are accessed together include files in a common sub-directory or directory.
- the onode bucket array 72 (FIG. 6) is accessed as a stream. Locating an onode 40 (FIG. 4) within the bucket of the array 72 requires looking for a work ID for the onode. Internally, all references between onodes are based on work IDs.
- the work ID mapping array 74 (FIG. 7A) maps from a work ID to a bucket number of the onode bucket array 72. In particular, the work ID of a particular onode 40 serves an index into the work ID mapping array 74. The entry at the specified index identifies the bucket number that holds the onode 40. For example, as shown in FIG. 7A, entries 76 and 78 of the work ID mapping array 74 hold values specifying that the onodes 40 having the associated work IDs are held in bucket 1.
- the work ID mapping array 74 includes a header 77.
- the header includes some scratch memory space and a pointer to the head of a free list.
- the free list is threaded into the work ID mapping array 74. It includes work IDs that have not yet been allocated for the disk storage 16.
- the pointer in the header 77 points to an entry 79A in the work ID mapping array that has the work ID of the next free work ID in the free list.
- entries 79A, 79B, 79C, 79D and 79E each include work IDs for next consecutive work IDs on the free list.
- a last entry may be included that has a distinguished value indicating the end of the free list.
- the work IDs encode whether a work ID is on the free list or not.
- the high order bit of each work ID specifies whether the work ID corresponds to an allocated bucket in the onode bucket array 72 or corresponds with the next free entry in the free list.
- the work ID mapping array 74 may include entries that hold the work ID for buckets in the onode bucket array 72 as well as work IDs for the free list.
- the steps shown in FIG. 7B are performed. First, the free list is examined to determine if it is empty (step 110). If the free list is not empty, the next work ID on the free list is used (step 111). If, however, the free list is empty, the work ID mapping array 74 is grown to include additional work IDs associated with new cells (step 112). The new cells are placed onto the free list (step 114). At this point, the free list is no longer empty, and the first work ID of the free list is used (step 116).
- each onode includes a stream descriptor for a name index 80 that is stored among the streams held in the array of field descriptors 50 (FIG. 4).
- the name index 80 holds a B-tree index for streams contained within the onode 40. Certain of the less frequently accessed streams are stored directly in the name index 80, whereas more frequently occurring streams are stored in the onode, outside of the name index stream.
- the name index 80 uses the stream ID of a stream as a key for locating a stream held within the onode.
- FIG. 8A shows an example of such a name index 80.
- the stream descriptor for the name index 80 may hold two streams.
- Stream 81 is for storing the root page of the name index 80.
- Stream 82 is for storing any additional pages of name index 80. If there are no additional pages, only stream 81 is included in the name index stream descriptor.
- FIG. 8B is an example of a B-tree index 83 for the streams of an onode 40 (FIG. 4) that are held in the stream described by a stream descriptor 82. Each stream is indexed based upon its stream ID 36, which uniquely identifies the stream amongst those held in the onode 40. The stream ID constitutes a key value by which data is indexed in the B-tree index 83.
- the B-tree index 83 of FIG. 8B includes leaf pages 88 and non-leaf pages 84 and 86. Non-leaf page 84 is the root page of the B-tree index 83.
- Each leaf page 88 includes a set of pairs of (key value, data).
- the key value is the stream ID that serves as a key for indexing the data contained within the pair.
- each leaf page includes two such pairs of key values and data.
- the number of key value and data pairs that are provided per leaf page 88 generally is larger than two pairs.
- the non-leaf pages 86 and 88 likewise, include pairs, but these pairs include key values and a pointer to other pages in the B-tree index 83.
- the pointers are page numbers that specify a page of disk space occupied by the respective pages 84, 86 and 88. Accordingly, each of the nodes 84, 86 and 88 corresponds to a page of disk space.
- the B-tree index 83 provides a quick and efficient approach to access streams within an onode 40 using stream ID as a key value.
- the key values on the nodes are sorted so that they may be binary searched.
- FIG. 9 shows a flow chart of the steps performed in determining how to grow an onode 40 (i.e., how to allocate additional memory space for an onode as its memory requirements grow.
- the header of the current bucket that holds the onode is examined to determine the amount of free space in the bucket (step 92).
- a determination is made if there is enough free space available in the current bucket to store the onode with its added memory requirements (step 94). If their is sufficient space available in the current bucket, the space is compacted if necessary (step 96) and the grown onode is stored in the current bucket (step 98).
- a heuristic is practiced to find the closest bucket (i.e., the closest bucket in terms of physical proximity to the current bucket that is at least half empty and includes enough free space to store the grown onode) (step 100).
- the grown onode is then stored in this bucket (step 102).
- the corresponding entry in the work ID mapping array 74 is then updated to point to this bucket (step 104).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (30)
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/086,344 US5613105A (en) | 1993-06-30 | 1993-06-30 | Efficient storage of objects in a file system |
CA002125606A CA2125606C (en) | 1993-06-30 | 1994-06-10 | Efficient storage of objects in a file system |
JP6144411A JPH0728675A (en) | 1993-06-30 | 1994-06-27 | Efficient storage of objects in the file system |
DE69430027T DE69430027T2 (en) | 1993-06-30 | 1994-06-28 | Efficient storage of an object in a file system |
EP94110003A EP0632364B1 (en) | 1993-06-30 | 1994-06-28 | Efficient storage of object in a file system |
JP2004326065A JP2005100451A (en) | 1993-06-30 | 2004-11-10 | Efficient storage of objects in the file system |
JP2007238935A JP4250190B2 (en) | 1993-06-30 | 2007-09-14 | Efficient storage of objects in the file system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/086,344 US5613105A (en) | 1993-06-30 | 1993-06-30 | Efficient storage of objects in a file system |
Publications (1)
Publication Number | Publication Date |
---|---|
US5613105A true US5613105A (en) | 1997-03-18 |
Family
ID=22197972
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/086,344 Expired - Lifetime US5613105A (en) | 1993-06-30 | 1993-06-30 | Efficient storage of objects in a file system |
Country Status (5)
Country | Link |
---|---|
US (1) | US5613105A (en) |
EP (1) | EP0632364B1 (en) |
JP (3) | JPH0728675A (en) |
CA (1) | CA2125606C (en) |
DE (1) | DE69430027T2 (en) |
Cited By (85)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5752243A (en) * | 1993-10-20 | 1998-05-12 | Microsoft Corporation | Computer method and storage structure for storing and accessing multidimensional data |
US5752252A (en) * | 1993-06-30 | 1998-05-12 | Microsoft Corporation | Storage of file data on disk in multiple representations |
US5758360A (en) * | 1993-06-30 | 1998-05-26 | Microsoft Corporation | Meta-data structure and handling |
US5819283A (en) * | 1993-05-11 | 1998-10-06 | Apple Computer, Inc. | Method and system for the extensibility of objects |
WO1998047092A1 (en) * | 1997-04-15 | 1998-10-22 | Robert Hedgcock | Method and apparatus for storing, retrieving, and processing multi-dimensional customer-oriented data sets |
US5960431A (en) * | 1996-12-19 | 1999-09-28 | International Business Machines Corporation | Method and apparatus for adding data storage bins to a stored computer database while minimizing movement of data and balancing data distribution |
US6247105B1 (en) * | 1996-06-20 | 2001-06-12 | Sun Microsystems, Inc. | Externally identifiable descriptor for standard memory allocation interface |
US6282605B1 (en) * | 1999-04-26 | 2001-08-28 | Moore Computer Consultants, Inc. | File system for non-volatile computer memory |
WO2002029624A1 (en) * | 2000-10-04 | 2002-04-11 | Bullant Technology Pty Ltd | Data processing structure |
US20030204535A1 (en) * | 2002-04-26 | 2003-10-30 | Sanyo Electric Co., Ltd. | File management device |
EP1417800A1 (en) * | 2001-08-15 | 2004-05-12 | Bentley Systems, Incorporated | Method and system for storing large data files |
US6766413B2 (en) | 2001-03-01 | 2004-07-20 | Stratus Technologies Bermuda Ltd. | Systems and methods for caching with file-level granularity |
US20050021764A1 (en) * | 1999-10-14 | 2005-01-27 | Barrall Geoffrey S. | Apparatus and method for hardware implementation or acceleration of operating system functions |
US20050163122A1 (en) * | 2003-12-31 | 2005-07-28 | University Of Florida Research Foundation, Inc. | System and methods for packet filtering |
US20060117300A1 (en) * | 2004-11-23 | 2006-06-01 | Puthukattukaran James J | Tracking modified pages on a computer system |
US20060122996A1 (en) * | 2003-05-30 | 2006-06-08 | Microsoft Corporation | Positional access using a b-tree |
US7331058B1 (en) * | 1999-12-16 | 2008-02-12 | International Business Machines Corporation | Distributed data structures for authorization and access control for computing resources |
US20080040385A1 (en) * | 2002-11-01 | 2008-02-14 | Bluearc Uk Limited | Apparatus and Method for Hardware-Based File System |
US7428548B2 (en) | 2001-08-15 | 2008-09-23 | Bentley Systems, Inc. | Computer readable medium for storing large data files |
US20090228530A1 (en) * | 2008-03-06 | 2009-09-10 | Matthew Joseph Anglin | Separating file data streams to enhance progressive incremental processing |
US8041735B1 (en) | 2002-11-01 | 2011-10-18 | Bluearc Uk Limited | Distributed file system and method |
US8433702B1 (en) * | 2011-09-28 | 2013-04-30 | Palantir Technologies, Inc. | Horizon histogram optimizations |
US8799228B2 (en) | 2011-06-29 | 2014-08-05 | Nokia Corporation | Method and apparatus for providing a list-based interface to key-value stores |
US8855999B1 (en) | 2013-03-15 | 2014-10-07 | Palantir Technologies Inc. | Method and system for generating a parser and parsing complex data |
US8909597B2 (en) | 2008-09-15 | 2014-12-09 | Palantir Technologies, Inc. | Document-based workflows |
US8924429B1 (en) | 2014-03-18 | 2014-12-30 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US8930897B2 (en) | 2013-03-15 | 2015-01-06 | Palantir Technologies Inc. | Data integration tool |
US9105000B1 (en) | 2013-12-10 | 2015-08-11 | Palantir Technologies Inc. | Aggregating data from a plurality of data sources |
US9317213B1 (en) * | 2013-05-10 | 2016-04-19 | Amazon Technologies, Inc. | Efficient storage of variably-sized data objects in a data store |
US9348677B2 (en) | 2012-10-22 | 2016-05-24 | Palantir Technologies Inc. | System and method for batch evaluation programs |
US9378526B2 (en) | 2012-03-02 | 2016-06-28 | Palantir Technologies, Inc. | System and method for accessing data objects via remote references |
US20160291872A1 (en) * | 2015-04-03 | 2016-10-06 | Kabushiki Kaisha Toshiba | Storage device writing data on the basis of stream |
US9471370B2 (en) | 2012-10-22 | 2016-10-18 | Palantir Technologies, Inc. | System and method for stack-based batch evaluation of program instructions |
US9514205B1 (en) | 2015-09-04 | 2016-12-06 | Palantir Technologies Inc. | Systems and methods for importing data from electronic data files |
US9652291B2 (en) | 2013-03-14 | 2017-05-16 | Palantir Technologies, Inc. | System and method utilizing a shared cache to provide zero copy memory mapped database |
US9652510B1 (en) | 2015-12-29 | 2017-05-16 | Palantir Technologies Inc. | Systems and user interfaces for data analysis including artificial intelligence algorithms for generating optimized packages of data items |
US9678850B1 (en) | 2016-06-10 | 2017-06-13 | Palantir Technologies Inc. | Data pipeline monitoring |
US9740369B2 (en) | 2013-03-15 | 2017-08-22 | Palantir Technologies Inc. | Systems and methods for providing a tagging interface for external content |
US9772934B2 (en) | 2015-09-14 | 2017-09-26 | Palantir Technologies Inc. | Pluggable fault detection tests for data pipelines |
US9798768B2 (en) | 2012-09-10 | 2017-10-24 | Palantir Technologies, Inc. | Search around visual queries |
US20170351701A1 (en) * | 2014-10-27 | 2017-12-07 | Cohesity, Inc. | Concurrent access and transactions in a distributed file system |
US9852205B2 (en) | 2013-03-15 | 2017-12-26 | Palantir Technologies Inc. | Time-sensitive cube |
US9880987B2 (en) | 2011-08-25 | 2018-01-30 | Palantir Technologies, Inc. | System and method for parameterizing documents for automatic workflow generation |
US9898167B2 (en) | 2013-03-15 | 2018-02-20 | Palantir Technologies Inc. | Systems and methods for providing a tagging interface for external content |
US10120857B2 (en) | 2013-03-15 | 2018-11-06 | Palantir Technologies Inc. | Method and system for generating a parser and parsing complex data |
US10133782B2 (en) | 2016-08-01 | 2018-11-20 | Palantir Technologies Inc. | Techniques for data extraction |
US10152306B2 (en) | 2016-11-07 | 2018-12-11 | Palantir Technologies Inc. | Framework for developing and deploying applications |
US10180934B2 (en) | 2017-03-02 | 2019-01-15 | Palantir Technologies Inc. | Automatic translation of spreadsheets into scripts |
US10204119B1 (en) | 2017-07-20 | 2019-02-12 | Palantir Technologies, Inc. | Inferring a dataset schema from input files |
US10261763B2 (en) | 2016-12-13 | 2019-04-16 | Palantir Technologies Inc. | Extensible data transformation authoring and validation system |
US10282874B2 (en) | 2014-09-17 | 2019-05-07 | Circonus, Inc. | Efficient time-series histograms |
US10331797B2 (en) | 2011-09-02 | 2019-06-25 | Palantir Technologies Inc. | Transaction protocol for reading database values |
US10360252B1 (en) | 2017-12-08 | 2019-07-23 | Palantir Technologies Inc. | Detection and enrichment of missing data or metadata for large data sets |
US10373078B1 (en) | 2016-08-15 | 2019-08-06 | Palantir Technologies Inc. | Vector generation for distributed data sets |
CN110109914A (en) * | 2018-01-16 | 2019-08-09 | 恒为科技(上海)股份有限公司 | A kind of data storage of application drive and indexing means |
USRE47594E1 (en) | 2011-09-30 | 2019-09-03 | Palantir Technologies Inc. | Visual data importer |
US10452678B2 (en) | 2013-03-15 | 2019-10-22 | Palantir Technologies Inc. | Filter chains for exploring large data sets |
US10509844B1 (en) | 2017-01-19 | 2019-12-17 | Palantir Technologies Inc. | Network graph parser |
US10534595B1 (en) | 2017-06-30 | 2020-01-14 | Palantir Technologies Inc. | Techniques for configuring and validating a data pipeline deployment |
US10545982B1 (en) | 2015-04-01 | 2020-01-28 | Palantir Technologies Inc. | Federated search of multiple sources with conflict resolution |
US10552524B1 (en) | 2017-12-07 | 2020-02-04 | Palantir Technolgies Inc. | Systems and methods for in-line document tagging and object based data synchronization |
US10554516B1 (en) | 2016-06-09 | 2020-02-04 | Palantir Technologies Inc. | System to collect and visualize software usage metrics |
US10552531B2 (en) | 2016-08-11 | 2020-02-04 | Palantir Technologies Inc. | Collaborative spreadsheet data validation and integration |
US10558339B1 (en) | 2015-09-11 | 2020-02-11 | Palantir Technologies Inc. | System and method for analyzing electronic communications and a collaborative electronic communications user interface |
US10572576B1 (en) | 2017-04-06 | 2020-02-25 | Palantir Technologies Inc. | Systems and methods for facilitating data object extraction from unstructured documents |
US10599762B1 (en) | 2018-01-16 | 2020-03-24 | Palantir Technologies Inc. | Systems and methods for creating a dynamic electronic form |
US10621314B2 (en) | 2016-08-01 | 2020-04-14 | Palantir Technologies Inc. | Secure deployment of a software package |
US10650086B1 (en) | 2016-09-27 | 2020-05-12 | Palantir Technologies Inc. | Systems, methods, and framework for associating supporting data in word processing |
US10754820B2 (en) | 2017-08-14 | 2020-08-25 | Palantir Technologies Inc. | Customizable pipeline for integrating data |
US10783162B1 (en) | 2017-12-07 | 2020-09-22 | Palantir Technologies Inc. | Workflow assistant |
US10795909B1 (en) | 2018-06-14 | 2020-10-06 | Palantir Technologies Inc. | Minimized and collapsed resource dependency path |
US10817513B2 (en) | 2013-03-14 | 2020-10-27 | Palantir Technologies Inc. | Fair scheduling for mixed-query loads |
US10824604B1 (en) | 2017-05-17 | 2020-11-03 | Palantir Technologies Inc. | Systems and methods for data entry |
US10853352B1 (en) | 2017-12-21 | 2020-12-01 | Palantir Technologies Inc. | Structured data collection, presentation, validation and workflow management |
US10885021B1 (en) | 2018-05-02 | 2021-01-05 | Palantir Technologies Inc. | Interactive interpreter and graphical user interface |
US10924362B2 (en) | 2018-01-15 | 2021-02-16 | Palantir Technologies Inc. | Management of software bugs in a data processing system |
US10977267B1 (en) | 2016-08-17 | 2021-04-13 | Palantir Technologies Inc. | User interface data sample transformer |
US11016936B1 (en) | 2017-09-05 | 2021-05-25 | Palantir Technologies Inc. | Validating data for integration |
US11061542B1 (en) | 2018-06-01 | 2021-07-13 | Palantir Technologies Inc. | Systems and methods for determining and displaying optimal associations of data items |
US11157951B1 (en) | 2016-12-16 | 2021-10-26 | Palantir Technologies Inc. | System and method for determining and displaying an optimal assignment of data items |
US11176116B2 (en) | 2017-12-13 | 2021-11-16 | Palantir Technologies Inc. | Systems and methods for annotating datasets |
US11256762B1 (en) | 2016-08-04 | 2022-02-22 | Palantir Technologies Inc. | System and method for efficiently determining and displaying optimal packages of data items |
US11263263B2 (en) | 2018-05-30 | 2022-03-01 | Palantir Technologies Inc. | Data propagation and mapping system |
US11379525B1 (en) | 2017-11-22 | 2022-07-05 | Palantir Technologies Inc. | Continuous builds of derived datasets in response to other dataset updates |
US11521096B2 (en) | 2014-07-22 | 2022-12-06 | Palantir Technologies Inc. | System and method for determining a propensity of entity to take a specified action |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7113939B2 (en) | 1999-09-21 | 2006-09-26 | International Business Machines Corporation | Architecture to enable search gateways as part of federated search |
US6370541B1 (en) | 1999-09-21 | 2002-04-09 | International Business Machines Corporation | Design and implementation of a client/server framework for federated multi-search and update across heterogeneous datastores |
US6792416B2 (en) | 1999-09-21 | 2004-09-14 | International Business Machines Corporation | Managing results of federated searches across heterogeneous datastores with a federated result set cursor object |
US7197491B1 (en) | 1999-09-21 | 2007-03-27 | International Business Machines Corporation | Architecture and implementation of a dynamic RMI server configuration hierarchy to support federated search and update across heterogeneous datastores |
US6466933B1 (en) | 1999-09-21 | 2002-10-15 | International Business Machines Corporation | Delayed delivery of query results or other data from a federated server to a federated client until such information is needed |
US7088910B2 (en) * | 2001-02-09 | 2006-08-08 | Microsoft Corporation | Optimizing use of storage space in a video data recording system |
GB2390181A (en) * | 2002-06-20 | 2003-12-31 | Achiezer Racov | Method for storing data received over a telephone network |
DE102009031923A1 (en) * | 2009-07-07 | 2011-01-13 | Sones Gmbh | Method for managing data objects |
CN103186617B (en) * | 2011-12-30 | 2016-04-06 | 北京新媒传信科技有限公司 | A kind of method and apparatus storing data |
US10579680B2 (en) | 2016-05-13 | 2020-03-03 | Tibco Software Inc. | Using a B-tree to store graph information in a database |
Citations (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4606002A (en) * | 1983-05-02 | 1986-08-12 | Wang Laboratories, Inc. | B-tree structured data base using sparse array bit maps to store inverted lists |
US4611272A (en) * | 1983-02-03 | 1986-09-09 | International Business Machines Corporation | Key-accessed file organization |
US4677550A (en) * | 1983-09-30 | 1987-06-30 | Amalgamated Software Of North America, Inc. | Method of compacting and searching a data index |
US4761737A (en) * | 1986-01-16 | 1988-08-02 | International Business Machines Corporation | Method to automatically increase the segment size of unix files in a page segmented virtual memory data processing system |
US4935825A (en) * | 1988-12-16 | 1990-06-19 | Emulex Corporation | Cylinder defect management system for data storage system |
US4953122A (en) * | 1986-10-31 | 1990-08-28 | Laserdrive Ltd. | Pseudo-erasable and rewritable write-once optical disk memory system |
US5029125A (en) * | 1989-03-07 | 1991-07-02 | Drexler Technology Corporation | Method of reading and writing files on nonerasable storage media |
US5034914A (en) * | 1986-05-15 | 1991-07-23 | Aquidneck Systems International, Inc. | Optical disk data storage method and apparatus with buffered interface |
US5040110A (en) * | 1987-10-30 | 1991-08-13 | Matsushita Electric Industrial Co., Ltd. | Write once read many optical disc storage system having directory for storing virtual address and corresponding up-to-date sector address |
US5043967A (en) * | 1990-08-20 | 1991-08-27 | International Business Machines Corporation | Structured data storage method and medium |
US5058002A (en) * | 1987-06-23 | 1991-10-15 | Mitsubishi Denki Kabushiki Kaisha | Page splitting method and apparatus for a database stored in a plurality of memory storage units |
US5081608A (en) * | 1988-04-18 | 1992-01-14 | Matsushita Electric Industrial Co., Ltd. | Apparatus for processing record-structured data by inserting replacement data of arbitrary length into selected data fields |
EP0488700A2 (en) * | 1990-11-30 | 1992-06-03 | Fujitsu Limited | Disk track emulation system and method |
US5125086A (en) * | 1989-06-29 | 1992-06-23 | Digital Equipment Corporation | Virtual memory paging apparatus with variable size in-page clusters |
US5129088A (en) * | 1987-11-30 | 1992-07-07 | International Business Machines Corporation | Data processing method to create virtual disks from non-contiguous groups of logically contiguous addressable blocks of direct access storage device |
US5202986A (en) * | 1989-09-28 | 1993-04-13 | Bull Hn Information Systems Inc. | Prefix search tree partial key branching |
US5204958A (en) * | 1991-06-27 | 1993-04-20 | Digital Equipment Corporation | System and method for efficiently indexing and storing a large database with high data insertion frequency |
US5206939A (en) * | 1990-09-24 | 1993-04-27 | Emc Corporation | System and method for disk mapping and data retrieval |
US5218696A (en) * | 1989-07-24 | 1993-06-08 | International Business Machines Corporation | Method for dynamically expanding and rapidly accessing file directories |
US5237675A (en) * | 1990-06-04 | 1993-08-17 | Maxtor Corporation | Apparatus and method for efficient organization of compressed data on a hard disk utilizing an estimated compression factor |
US5247658A (en) * | 1989-10-31 | 1993-09-21 | Microsoft Corporation | Method and system for traversing linked list record based upon write-once predetermined bit value of secondary pointers |
US5261088A (en) * | 1990-04-26 | 1993-11-09 | International Business Machines Corporation | Managing locality in space reuse in a shadow written B-tree via interior node free space list |
US5265244A (en) * | 1986-02-14 | 1993-11-23 | International Business Machines Corporation | Method and system for facilitating processing of statistical inquires on stored data accessible through a data access structure |
US5371885A (en) * | 1989-08-29 | 1994-12-06 | Microsoft Corporation | High performance file system |
-
1993
- 1993-06-30 US US08/086,344 patent/US5613105A/en not_active Expired - Lifetime
-
1994
- 1994-06-10 CA CA002125606A patent/CA2125606C/en not_active Expired - Lifetime
- 1994-06-27 JP JP6144411A patent/JPH0728675A/en active Pending
- 1994-06-28 EP EP94110003A patent/EP0632364B1/en not_active Expired - Lifetime
- 1994-06-28 DE DE69430027T patent/DE69430027T2/en not_active Expired - Lifetime
-
2004
- 2004-11-10 JP JP2004326065A patent/JP2005100451A/en active Pending
-
2007
- 2007-09-14 JP JP2007238935A patent/JP4250190B2/en not_active Expired - Lifetime
Patent Citations (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4611272A (en) * | 1983-02-03 | 1986-09-09 | International Business Machines Corporation | Key-accessed file organization |
US4606002A (en) * | 1983-05-02 | 1986-08-12 | Wang Laboratories, Inc. | B-tree structured data base using sparse array bit maps to store inverted lists |
US4677550A (en) * | 1983-09-30 | 1987-06-30 | Amalgamated Software Of North America, Inc. | Method of compacting and searching a data index |
US4761737A (en) * | 1986-01-16 | 1988-08-02 | International Business Machines Corporation | Method to automatically increase the segment size of unix files in a page segmented virtual memory data processing system |
US5265244A (en) * | 1986-02-14 | 1993-11-23 | International Business Machines Corporation | Method and system for facilitating processing of statistical inquires on stored data accessible through a data access structure |
US5034914A (en) * | 1986-05-15 | 1991-07-23 | Aquidneck Systems International, Inc. | Optical disk data storage method and apparatus with buffered interface |
US4953122A (en) * | 1986-10-31 | 1990-08-28 | Laserdrive Ltd. | Pseudo-erasable and rewritable write-once optical disk memory system |
US5058002A (en) * | 1987-06-23 | 1991-10-15 | Mitsubishi Denki Kabushiki Kaisha | Page splitting method and apparatus for a database stored in a plurality of memory storage units |
US5040110A (en) * | 1987-10-30 | 1991-08-13 | Matsushita Electric Industrial Co., Ltd. | Write once read many optical disc storage system having directory for storing virtual address and corresponding up-to-date sector address |
US5129088A (en) * | 1987-11-30 | 1992-07-07 | International Business Machines Corporation | Data processing method to create virtual disks from non-contiguous groups of logically contiguous addressable blocks of direct access storage device |
US5081608A (en) * | 1988-04-18 | 1992-01-14 | Matsushita Electric Industrial Co., Ltd. | Apparatus for processing record-structured data by inserting replacement data of arbitrary length into selected data fields |
US4935825A (en) * | 1988-12-16 | 1990-06-19 | Emulex Corporation | Cylinder defect management system for data storage system |
US5029125A (en) * | 1989-03-07 | 1991-07-02 | Drexler Technology Corporation | Method of reading and writing files on nonerasable storage media |
US5125086A (en) * | 1989-06-29 | 1992-06-23 | Digital Equipment Corporation | Virtual memory paging apparatus with variable size in-page clusters |
US5218696A (en) * | 1989-07-24 | 1993-06-08 | International Business Machines Corporation | Method for dynamically expanding and rapidly accessing file directories |
US5371885A (en) * | 1989-08-29 | 1994-12-06 | Microsoft Corporation | High performance file system |
US5202986A (en) * | 1989-09-28 | 1993-04-13 | Bull Hn Information Systems Inc. | Prefix search tree partial key branching |
US5247658A (en) * | 1989-10-31 | 1993-09-21 | Microsoft Corporation | Method and system for traversing linked list record based upon write-once predetermined bit value of secondary pointers |
US5261088A (en) * | 1990-04-26 | 1993-11-09 | International Business Machines Corporation | Managing locality in space reuse in a shadow written B-tree via interior node free space list |
US5237675A (en) * | 1990-06-04 | 1993-08-17 | Maxtor Corporation | Apparatus and method for efficient organization of compressed data on a hard disk utilizing an estimated compression factor |
US5043967A (en) * | 1990-08-20 | 1991-08-27 | International Business Machines Corporation | Structured data storage method and medium |
US5206939A (en) * | 1990-09-24 | 1993-04-27 | Emc Corporation | System and method for disk mapping and data retrieval |
EP0488700A2 (en) * | 1990-11-30 | 1992-06-03 | Fujitsu Limited | Disk track emulation system and method |
US5204958A (en) * | 1991-06-27 | 1993-04-20 | Digital Equipment Corporation | System and method for efficiently indexing and storing a large database with high data insertion frequency |
Non-Patent Citations (14)
Title |
---|
"An Introduction to Operating Systems", Harvey M. Deitel, Published 1983, pp. 155-171. |
"Database System Concepts", Henry F. Korth & Abraham Silberschatz, Published 1986, pp. 275-282. |
"File & Data Base Techniques", James Bradley, Published 1981, pp. 123-147. |
"Multi-Table Search For B-Tree Files," IBM Technical Disclosure Bulletin 22(6):2565-2570, Nov. 1979. |
"Order-Preserving Hashing Using Positional Character Transition Frequencies," IBM Technical Disclosure Bulletin 29(12):5256-5260, May 1987. |
An Introduction to Operating Systems , Harvey M. Deitel, Published 1983, pp. 155 171. * |
Atkinson et al.; "Using C"; QUE, 1990; pp. 415-503. |
Atkinson et al.; Using C ; QUE, 1990; pp. 415 503. * |
Database System Concepts , Henry F. Korth & Abraham Silberschatz, Published 1986, pp. 275 282. * |
File & Data Base Techniques , James Bradley, Published 1981, pp. 123 147. * |
Multi Table Search For B Tree Files, IBM Technical Disclosure Bulletin 22(6):2565 2570, Nov. 1979. * |
Order Preserving Hashing Using Positional Character Transition Frequencies, IBM Technical Disclosure Bulletin 29(12):5256 5260, May 1987. * |
W. Richard Stevens, Advanced Programming in the UNIX Environment , pp. 56 60, 92 95 and 99 101 (1993). * |
W. Richard Stevens, Advanced Programming in the UNIX Environment, pp. 56-60, 92-95 and 99-101 (1993). |
Cited By (152)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5819283A (en) * | 1993-05-11 | 1998-10-06 | Apple Computer, Inc. | Method and system for the extensibility of objects |
US5752252A (en) * | 1993-06-30 | 1998-05-12 | Microsoft Corporation | Storage of file data on disk in multiple representations |
US5758360A (en) * | 1993-06-30 | 1998-05-26 | Microsoft Corporation | Meta-data structure and handling |
US5752243A (en) * | 1993-10-20 | 1998-05-12 | Microsoft Corporation | Computer method and storage structure for storing and accessing multidimensional data |
US6247105B1 (en) * | 1996-06-20 | 2001-06-12 | Sun Microsystems, Inc. | Externally identifiable descriptor for standard memory allocation interface |
US6542978B2 (en) * | 1996-06-20 | 2003-04-01 | Sun Microsystems, Inc. | Externally identifiable descriptor for standard memory allocation interface |
US5960431A (en) * | 1996-12-19 | 1999-09-28 | International Business Machines Corporation | Method and apparatus for adding data storage bins to a stored computer database while minimizing movement of data and balancing data distribution |
AU743687B2 (en) * | 1997-04-15 | 2002-01-31 | Robert Hedgcock | Method and apparatus for storing, retrieving, and processing multi-dimensional customer-oriented data sets |
WO1998047092A1 (en) * | 1997-04-15 | 1998-10-22 | Robert Hedgcock | Method and apparatus for storing, retrieving, and processing multi-dimensional customer-oriented data sets |
US6282605B1 (en) * | 1999-04-26 | 2001-08-28 | Moore Computer Consultants, Inc. | File system for non-volatile computer memory |
US8180897B2 (en) | 1999-10-14 | 2012-05-15 | Bluearc Uk Limited | Apparatus and method for hardware implementation or acceleration of operating system functions |
US20050021764A1 (en) * | 1999-10-14 | 2005-01-27 | Barrall Geoffrey S. | Apparatus and method for hardware implementation or acceleration of operating system functions |
US7331058B1 (en) * | 1999-12-16 | 2008-02-12 | International Business Machines Corporation | Distributed data structures for authorization and access control for computing resources |
WO2002029624A1 (en) * | 2000-10-04 | 2002-04-11 | Bullant Technology Pty Ltd | Data processing structure |
US6766413B2 (en) | 2001-03-01 | 2004-07-20 | Stratus Technologies Bermuda Ltd. | Systems and methods for caching with file-level granularity |
US20070192376A1 (en) * | 2001-08-15 | 2007-08-16 | Bentley System, Inc. | Method and system for storing large data files |
US7428548B2 (en) | 2001-08-15 | 2008-09-23 | Bentley Systems, Inc. | Computer readable medium for storing large data files |
EP1417800A1 (en) * | 2001-08-15 | 2004-05-12 | Bentley Systems, Incorporated | Method and system for storing large data files |
US7743080B2 (en) | 2001-08-15 | 2010-06-22 | Bentley System, Inc. | Method and system for storing large data files |
EP1417800A4 (en) * | 2001-08-15 | 2007-03-14 | Bentley Systems Inc | Method and system for storing large data files |
US20030204535A1 (en) * | 2002-04-26 | 2003-10-30 | Sanyo Electric Co., Ltd. | File management device |
US8788530B2 (en) | 2002-11-01 | 2014-07-22 | Hitachi Data Systems Engineering UK Limited | Distributed file system and method |
US20080040385A1 (en) * | 2002-11-01 | 2008-02-14 | Bluearc Uk Limited | Apparatus and Method for Hardware-Based File System |
US9542310B2 (en) | 2002-11-01 | 2017-01-10 | Hitachi Data Systems Engineering UK Limited | File server node with non-volatile memory processing module coupled to cluster file server node |
US7457822B1 (en) | 2002-11-01 | 2008-11-25 | Bluearc Uk Limited | Apparatus and method for hardware-based file system |
US9753848B2 (en) | 2002-11-01 | 2017-09-05 | Hitachi Data Systems Engineering UK Limited | Apparatus for managing a plurality of root nodes for file systems |
US8639731B2 (en) | 2002-11-01 | 2014-01-28 | Hitachi Data Engineering UK Limited | Apparatus for managing plural versions of a root node for an object of a file system |
US8041735B1 (en) | 2002-11-01 | 2011-10-18 | Bluearc Uk Limited | Distributed file system and method |
US8224877B2 (en) | 2002-11-01 | 2012-07-17 | Bluearc Uk Limited | Apparatus and method for hardware-based file system |
US7657556B2 (en) | 2003-05-30 | 2010-02-02 | Microsoft Corporation | Positional access using a b-tree |
US7120637B2 (en) | 2003-05-30 | 2006-10-10 | Microsoft Corporation | Positional access using a b-tree |
US20060122996A1 (en) * | 2003-05-30 | 2006-06-08 | Microsoft Corporation | Positional access using a b-tree |
US7633886B2 (en) | 2003-12-31 | 2009-12-15 | University Of Florida Research Foundation, Inc. | System and methods for packet filtering |
US20050163122A1 (en) * | 2003-12-31 | 2005-07-28 | University Of Florida Research Foundation, Inc. | System and methods for packet filtering |
US7904906B2 (en) | 2004-11-23 | 2011-03-08 | Stratus Technologies Bermuda Ltd. | Tracking modified pages on a computer system |
US20060117300A1 (en) * | 2004-11-23 | 2006-06-01 | Puthukattukaran James J | Tracking modified pages on a computer system |
US7908246B2 (en) | 2008-03-06 | 2011-03-15 | International Business Machines Corporation | Separating file data streams to enhance progressive incremental processing |
US20090228530A1 (en) * | 2008-03-06 | 2009-09-10 | Matthew Joseph Anglin | Separating file data streams to enhance progressive incremental processing |
US10747952B2 (en) | 2008-09-15 | 2020-08-18 | Palantir Technologies, Inc. | Automatic creation and server push of multiple distinct drafts |
US8909597B2 (en) | 2008-09-15 | 2014-12-09 | Palantir Technologies, Inc. | Document-based workflows |
US8799228B2 (en) | 2011-06-29 | 2014-08-05 | Nokia Corporation | Method and apparatus for providing a list-based interface to key-value stores |
US10706220B2 (en) | 2011-08-25 | 2020-07-07 | Palantir Technologies, Inc. | System and method for parameterizing documents for automatic workflow generation |
US9880987B2 (en) | 2011-08-25 | 2018-01-30 | Palantir Technologies, Inc. | System and method for parameterizing documents for automatic workflow generation |
US10331797B2 (en) | 2011-09-02 | 2019-06-25 | Palantir Technologies Inc. | Transaction protocol for reading database values |
US11138180B2 (en) | 2011-09-02 | 2021-10-05 | Palantir Technologies Inc. | Transaction protocol for reading database values |
US8433702B1 (en) * | 2011-09-28 | 2013-04-30 | Palantir Technologies, Inc. | Horizon histogram optimizations |
USRE47594E1 (en) | 2011-09-30 | 2019-09-03 | Palantir Technologies Inc. | Visual data importer |
US9621676B2 (en) | 2012-03-02 | 2017-04-11 | Palantir Technologies, Inc. | System and method for accessing data objects via remote references |
US9378526B2 (en) | 2012-03-02 | 2016-06-28 | Palantir Technologies, Inc. | System and method for accessing data objects via remote references |
US10585883B2 (en) | 2012-09-10 | 2020-03-10 | Palantir Technologies Inc. | Search around visual queries |
US9798768B2 (en) | 2012-09-10 | 2017-10-24 | Palantir Technologies, Inc. | Search around visual queries |
US9471370B2 (en) | 2012-10-22 | 2016-10-18 | Palantir Technologies, Inc. | System and method for stack-based batch evaluation of program instructions |
US9898335B1 (en) | 2012-10-22 | 2018-02-20 | Palantir Technologies Inc. | System and method for batch evaluation programs |
US9348677B2 (en) | 2012-10-22 | 2016-05-24 | Palantir Technologies Inc. | System and method for batch evaluation programs |
US11182204B2 (en) | 2012-10-22 | 2021-11-23 | Palantir Technologies Inc. | System and method for batch evaluation programs |
US9652291B2 (en) | 2013-03-14 | 2017-05-16 | Palantir Technologies, Inc. | System and method utilizing a shared cache to provide zero copy memory mapped database |
US10817513B2 (en) | 2013-03-14 | 2020-10-27 | Palantir Technologies Inc. | Fair scheduling for mixed-query loads |
US8855999B1 (en) | 2013-03-15 | 2014-10-07 | Palantir Technologies Inc. | Method and system for generating a parser and parsing complex data |
US10120857B2 (en) | 2013-03-15 | 2018-11-06 | Palantir Technologies Inc. | Method and system for generating a parser and parsing complex data |
US8930897B2 (en) | 2013-03-15 | 2015-01-06 | Palantir Technologies Inc. | Data integration tool |
US12079456B2 (en) | 2013-03-15 | 2024-09-03 | Palantir Technologies Inc. | Systems and methods for providing a tagging interface for external content |
US10452678B2 (en) | 2013-03-15 | 2019-10-22 | Palantir Technologies Inc. | Filter chains for exploring large data sets |
US9852205B2 (en) | 2013-03-15 | 2017-12-26 | Palantir Technologies Inc. | Time-sensitive cube |
US9898167B2 (en) | 2013-03-15 | 2018-02-20 | Palantir Technologies Inc. | Systems and methods for providing a tagging interface for external content |
US9740369B2 (en) | 2013-03-15 | 2017-08-22 | Palantir Technologies Inc. | Systems and methods for providing a tagging interface for external content |
US10977279B2 (en) | 2013-03-15 | 2021-04-13 | Palantir Technologies Inc. | Time-sensitive cube |
US10809888B2 (en) | 2013-03-15 | 2020-10-20 | Palantir Technologies, Inc. | Systems and methods for providing a tagging interface for external content |
US9317213B1 (en) * | 2013-05-10 | 2016-04-19 | Amazon Technologies, Inc. | Efficient storage of variably-sized data objects in a data store |
US10198515B1 (en) | 2013-12-10 | 2019-02-05 | Palantir Technologies Inc. | System and method for aggregating data from a plurality of data sources |
US11138279B1 (en) | 2013-12-10 | 2021-10-05 | Palantir Technologies Inc. | System and method for aggregating data from a plurality of data sources |
US9105000B1 (en) | 2013-12-10 | 2015-08-11 | Palantir Technologies Inc. | Aggregating data from a plurality of data sources |
US9449074B1 (en) | 2014-03-18 | 2016-09-20 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US10180977B2 (en) | 2014-03-18 | 2019-01-15 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US8924429B1 (en) | 2014-03-18 | 2014-12-30 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US9292388B2 (en) | 2014-03-18 | 2016-03-22 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US8935201B1 (en) | 2014-03-18 | 2015-01-13 | Palantir Technologies Inc. | Determining and extracting changed data from a data source |
US11521096B2 (en) | 2014-07-22 | 2022-12-06 | Palantir Technologies Inc. | System and method for determining a propensity of entity to take a specified action |
US11861515B2 (en) | 2014-07-22 | 2024-01-02 | Palantir Technologies Inc. | System and method for determining a propensity of entity to take a specified action |
US10282874B2 (en) | 2014-09-17 | 2019-05-07 | Circonus, Inc. | Efficient time-series histograms |
US10275469B2 (en) * | 2014-10-27 | 2019-04-30 | Cohesity, Inc. | Concurrent access and transactions in a distributed file system |
US20170351701A1 (en) * | 2014-10-27 | 2017-12-07 | Cohesity, Inc. | Concurrent access and transactions in a distributed file system |
US11775485B2 (en) | 2014-10-27 | 2023-10-03 | Cohesity, Inc. | Concurrent access and transactions in a distributed file system |
US11023425B2 (en) | 2014-10-27 | 2021-06-01 | Cohesity, Inc. | Concurrent access and transactions in a distributed file system |
US10545982B1 (en) | 2015-04-01 | 2020-01-28 | Palantir Technologies Inc. | Federated search of multiple sources with conflict resolution |
US10712977B2 (en) | 2015-04-03 | 2020-07-14 | Toshiba Memory Corporation | Storage device writing data on the basis of stream |
US9996302B2 (en) * | 2015-04-03 | 2018-06-12 | Toshiba Memory Corporation | Storage device writing data on the basis of stream |
US20160291872A1 (en) * | 2015-04-03 | 2016-10-06 | Kabushiki Kaisha Toshiba | Storage device writing data on the basis of stream |
US9946776B1 (en) | 2015-09-04 | 2018-04-17 | Palantir Technologies Inc. | Systems and methods for importing data from electronic data files |
US10545985B2 (en) | 2015-09-04 | 2020-01-28 | Palantir Technologies Inc. | Systems and methods for importing data from electronic data files |
US10380138B1 (en) | 2015-09-04 | 2019-08-13 | Palantir Technologies Inc. | Systems and methods for importing data from electronic data files |
US9514205B1 (en) | 2015-09-04 | 2016-12-06 | Palantir Technologies Inc. | Systems and methods for importing data from electronic data files |
US10558339B1 (en) | 2015-09-11 | 2020-02-11 | Palantir Technologies Inc. | System and method for analyzing electronic communications and a collaborative electronic communications user interface |
US11907513B2 (en) | 2015-09-11 | 2024-02-20 | Palantir Technologies Inc. | System and method for analyzing electronic communications and a collaborative electronic communications user interface |
US10936479B2 (en) | 2015-09-14 | 2021-03-02 | Palantir Technologies Inc. | Pluggable fault detection tests for data pipelines |
US10417120B2 (en) | 2015-09-14 | 2019-09-17 | Palantir Technologies Inc. | Pluggable fault detection tests for data pipelines |
US9772934B2 (en) | 2015-09-14 | 2017-09-26 | Palantir Technologies Inc. | Pluggable fault detection tests for data pipelines |
US10452673B1 (en) | 2015-12-29 | 2019-10-22 | Palantir Technologies Inc. | Systems and user interfaces for data analysis including artificial intelligence algorithms for generating optimized packages of data items |
US9652510B1 (en) | 2015-12-29 | 2017-05-16 | Palantir Technologies Inc. | Systems and user interfaces for data analysis including artificial intelligence algorithms for generating optimized packages of data items |
US10554516B1 (en) | 2016-06-09 | 2020-02-04 | Palantir Technologies Inc. | System to collect and visualize software usage metrics |
US11444854B2 (en) | 2016-06-09 | 2022-09-13 | Palantir Technologies Inc. | System to collect and visualize software usage metrics |
US10318398B2 (en) | 2016-06-10 | 2019-06-11 | Palantir Technologies Inc. | Data pipeline monitoring |
US9678850B1 (en) | 2016-06-10 | 2017-06-13 | Palantir Technologies Inc. | Data pipeline monitoring |
US10621314B2 (en) | 2016-08-01 | 2020-04-14 | Palantir Technologies Inc. | Secure deployment of a software package |
US10133782B2 (en) | 2016-08-01 | 2018-11-20 | Palantir Technologies Inc. | Techniques for data extraction |
US11256762B1 (en) | 2016-08-04 | 2022-02-22 | Palantir Technologies Inc. | System and method for efficiently determining and displaying optimal packages of data items |
US11366959B2 (en) | 2016-08-11 | 2022-06-21 | Palantir Technologies Inc. | Collaborative spreadsheet data validation and integration |
US10552531B2 (en) | 2016-08-11 | 2020-02-04 | Palantir Technologies Inc. | Collaborative spreadsheet data validation and integration |
US10373078B1 (en) | 2016-08-15 | 2019-08-06 | Palantir Technologies Inc. | Vector generation for distributed data sets |
US11488058B2 (en) | 2016-08-15 | 2022-11-01 | Palantir Technologies Inc. | Vector generation for distributed data sets |
US11475033B2 (en) | 2016-08-17 | 2022-10-18 | Palantir Technologies Inc. | User interface data sample transformer |
US10977267B1 (en) | 2016-08-17 | 2021-04-13 | Palantir Technologies Inc. | User interface data sample transformer |
US10650086B1 (en) | 2016-09-27 | 2020-05-12 | Palantir Technologies Inc. | Systems, methods, and framework for associating supporting data in word processing |
US10754627B2 (en) | 2016-11-07 | 2020-08-25 | Palantir Technologies Inc. | Framework for developing and deploying applications |
US11397566B2 (en) | 2016-11-07 | 2022-07-26 | Palantir Technologies Inc. | Framework for developing and deploying applications |
US10152306B2 (en) | 2016-11-07 | 2018-12-11 | Palantir Technologies Inc. | Framework for developing and deploying applications |
US11977863B2 (en) | 2016-11-07 | 2024-05-07 | Palantir Technologies Inc. | Framework for developing and deploying applications |
US10860299B2 (en) | 2016-12-13 | 2020-12-08 | Palantir Technologies Inc. | Extensible data transformation authoring and validation system |
US10261763B2 (en) | 2016-12-13 | 2019-04-16 | Palantir Technologies Inc. | Extensible data transformation authoring and validation system |
US11157951B1 (en) | 2016-12-16 | 2021-10-26 | Palantir Technologies Inc. | System and method for determining and displaying an optimal assignment of data items |
US10509844B1 (en) | 2017-01-19 | 2019-12-17 | Palantir Technologies Inc. | Network graph parser |
US11200373B2 (en) | 2017-03-02 | 2021-12-14 | Palantir Technologies Inc. | Automatic translation of spreadsheets into scripts |
US10762291B2 (en) | 2017-03-02 | 2020-09-01 | Palantir Technologies Inc. | Automatic translation of spreadsheets into scripts |
US10180934B2 (en) | 2017-03-02 | 2019-01-15 | Palantir Technologies Inc. | Automatic translation of spreadsheets into scripts |
US10572576B1 (en) | 2017-04-06 | 2020-02-25 | Palantir Technologies Inc. | Systems and methods for facilitating data object extraction from unstructured documents |
US11244102B2 (en) | 2017-04-06 | 2022-02-08 | Palantir Technologies Inc. | Systems and methods for facilitating data object extraction from unstructured documents |
US11500827B2 (en) | 2017-05-17 | 2022-11-15 | Palantir Technologies Inc. | Systems and methods for data entry |
US11860831B2 (en) | 2017-05-17 | 2024-01-02 | Palantir Technologies Inc. | Systems and methods for data entry |
US10824604B1 (en) | 2017-05-17 | 2020-11-03 | Palantir Technologies Inc. | Systems and methods for data entry |
US10534595B1 (en) | 2017-06-30 | 2020-01-14 | Palantir Technologies Inc. | Techniques for configuring and validating a data pipeline deployment |
US12210491B2 (en) | 2017-07-20 | 2025-01-28 | Palantir Technologies Inc. | Inferring a dataset schema from input files |
US10540333B2 (en) | 2017-07-20 | 2020-01-21 | Palantir Technologies Inc. | Inferring a dataset schema from input files |
US10204119B1 (en) | 2017-07-20 | 2019-02-12 | Palantir Technologies, Inc. | Inferring a dataset schema from input files |
US11886382B2 (en) | 2017-08-14 | 2024-01-30 | Palantir Technologies Inc. | Customizable pipeline for integrating data |
US10754820B2 (en) | 2017-08-14 | 2020-08-25 | Palantir Technologies Inc. | Customizable pipeline for integrating data |
US11379407B2 (en) | 2017-08-14 | 2022-07-05 | Palantir Technologies Inc. | Customizable pipeline for integrating data |
US11016936B1 (en) | 2017-09-05 | 2021-05-25 | Palantir Technologies Inc. | Validating data for integration |
US11379525B1 (en) | 2017-11-22 | 2022-07-05 | Palantir Technologies Inc. | Continuous builds of derived datasets in response to other dataset updates |
US10552524B1 (en) | 2017-12-07 | 2020-02-04 | Palantir Technolgies Inc. | Systems and methods for in-line document tagging and object based data synchronization |
US10783162B1 (en) | 2017-12-07 | 2020-09-22 | Palantir Technologies Inc. | Workflow assistant |
US10360252B1 (en) | 2017-12-08 | 2019-07-23 | Palantir Technologies Inc. | Detection and enrichment of missing data or metadata for large data sets |
US11645250B2 (en) | 2017-12-08 | 2023-05-09 | Palantir Technologies Inc. | Detection and enrichment of missing data or metadata for large data sets |
US11176116B2 (en) | 2017-12-13 | 2021-11-16 | Palantir Technologies Inc. | Systems and methods for annotating datasets |
US10853352B1 (en) | 2017-12-21 | 2020-12-01 | Palantir Technologies Inc. | Structured data collection, presentation, validation and workflow management |
US10924362B2 (en) | 2018-01-15 | 2021-02-16 | Palantir Technologies Inc. | Management of software bugs in a data processing system |
US11392759B1 (en) | 2018-01-16 | 2022-07-19 | Palantir Technologies Inc. | Systems and methods for creating a dynamic electronic form |
US10599762B1 (en) | 2018-01-16 | 2020-03-24 | Palantir Technologies Inc. | Systems and methods for creating a dynamic electronic form |
CN110109914A (en) * | 2018-01-16 | 2019-08-09 | 恒为科技(上海)股份有限公司 | A kind of data storage of application drive and indexing means |
US10885021B1 (en) | 2018-05-02 | 2021-01-05 | Palantir Technologies Inc. | Interactive interpreter and graphical user interface |
US11263263B2 (en) | 2018-05-30 | 2022-03-01 | Palantir Technologies Inc. | Data propagation and mapping system |
US12124513B2 (en) | 2018-05-30 | 2024-10-22 | Palantir Technologies Inc. | Data propagation and mapping system |
US11061542B1 (en) | 2018-06-01 | 2021-07-13 | Palantir Technologies Inc. | Systems and methods for determining and displaying optimal associations of data items |
US10795909B1 (en) | 2018-06-14 | 2020-10-06 | Palantir Technologies Inc. | Minimized and collapsed resource dependency path |
Also Published As
Publication number | Publication date |
---|---|
JP2005100451A (en) | 2005-04-14 |
CA2125606A1 (en) | 1994-12-31 |
JP4250190B2 (en) | 2009-04-08 |
JPH0728675A (en) | 1995-01-31 |
EP0632364B1 (en) | 2002-03-06 |
DE69430027T2 (en) | 2002-07-18 |
CA2125606C (en) | 2002-05-21 |
JP2008041108A (en) | 2008-02-21 |
DE69430027D1 (en) | 2002-04-11 |
EP0632364A1 (en) | 1995-01-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5613105A (en) | Efficient storage of objects in a file system | |
CA2124752C (en) | Meta-data structure and handling | |
CA2117846C (en) | Computer method and storage structure for storing and accessing multidimensional data | |
US7085781B2 (en) | Multi-volume extent based file system | |
EP0733238B1 (en) | Extended attributes file system | |
US6055527A (en) | System, method and computer program product for superimposing attributes on hierarchically organized file systems | |
EP0375188B1 (en) | File system | |
US6029170A (en) | Hybrid tree array data structure and method | |
US6895418B1 (en) | Versatile indirection in an extent based file system | |
US6658437B1 (en) | System and method for data space allocation using optimized bit representation | |
WO1996041283A9 (en) | System and method for superimposing attributes on hierarchically organized file systems | |
US20080155171A1 (en) | File system, and method for storing and searching for file by the same | |
CN100424699C (en) | An Object File System with Extensible Attributes | |
US7310719B2 (en) | Memory management tile optimization | |
GB2196764A (en) | Hierarchical file system | |
US7337295B2 (en) | Memory management frame handler | |
JPH0756788A (en) | Method for storing of file data in disk | |
Hwang et al. | Efficient storage management for large dynamic objects | |
Lu et al. | Storage management in geographic information systems | |
Orsborn | DATABASE SYSTEMS-10p | |
Orsborn | DATABASE TECHNOLOGY-1DL124 | |
Gardarin et al. | Predicate trees: An approach to optimize relational query operations | |
Orsborn | DATABASDESIGN FÖR INGENJÖRER-1DL124 | |
JPS595372A (en) | File processing system | |
Rishe et al. | Storage Types in the Semantic Binary Database Engine. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STPP | Information on status: patent application and granting procedure in general |
Free format text: APPLICATION UNDERGOING PREEXAM PROCESSING |
|
AS | Assignment |
Owner name: MICROSOFT CORPORATION, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ZBIKOWSKI, MARK;BERKOWITZ, BRIAN T.;FERGUSON, ROBERT I.;REEL/FRAME:006699/0642;SIGNING DATES FROM 19930728 TO 19930802 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
AS | Assignment |
Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034541/0001 Effective date: 20141014 |