The described technology is generally directed towards a stream browser that provides a human-readable (e.g., hierarchical) view of event data for a data stream of a data streaming storage service. A stream browser associated with a data stream maintains routing key and event data for the data stream, e.g., in a primary index. The routing keys can correspond to container structures, e.g., folders and subfolders, with the events associated with each routing key corresponding to hierarchical children of the routing key parent container structures (e.g., like files). A secondary index can be used to evict the oldest events from the primary index to limit the number of data stream events returnable by the stream browser to a practical number.
|
11. A method comprising:
logically associating a stream browser with a data stream of events comprising routing keys, wherein events that have been written into the data stream are stored in an order that both preserves data event order by time according to a flat temporal storage topology and separates data events into one or more data storage segments of the data stream according to the routing keys, the stream browser maintaining a data structure comprising the routing keys according to a hierarchical topology based on the values of the routing keys rather than the sequential order of the events in the data stream;
receiving a request at the stream browser to return a hierarchical view on stored data of the data stream, the request comprising routing key information;
in response to the request, accessing the data structure to obtain a routing key corresponding to the routing key information and events associated with the routing key; and
presenting, via a display device, a hierarchical view of the data stream without perturbing the data event order of the data stream, comprising representing the routing key as a folder that is a hierarchical parent containing the events associated with the routing key.
1. A system, comprising:
a processor; and
a memory that stores executable instructions that, when executed by the processor, facilitate performance of operations, the operations comprising:
receiving a request to return a hierarchical view on stream data of a data stream, the request comprising routing key information, wherein the data stream preserves stream data event order based on time according to a flat temporal storage topology, wherein the stream data is segregated into one or more segments of the data stream according to a routing key, and wherein a data structure comprises a routing key corresponding to non-temporal event data of an event of the events being stored via the data stream;
in response to the request, reading the data structure to obtain the non-temporal event data corresponding to the routing key based on the routing key information; and
rendering a display of the hierarchical view of the data stream without perturbing the data event order of the underlying data stream, the hierarchical view being based on the routing key corresponding to the non-temporal event data rather than rendering a flat view based on the flat temporal topology of the data stream, wherein the hierarchical view represents the routing key as a container structure, and wherein the container structure is a hierarchical parent containing the event data associated with the container structure.
17. A non-transitory machine-readable storage medium, comprising executable instructions that, when executed by a processor of a streaming data storage system, facilitate performance of operations, the operations comprising:
maintaining a first data structure comprising routing keys, events, and position data for the events of a data stream that stores the events sequentially in the data stream according to time via a flat temporal topology and simultaneously stores, based on the routing keys, the events to the data stream according to one or more data storage segments of the data stream, wherein the first data structure provides a hierarchical topology of the events based on the routing keys, while preserving the event order of the data stream, rather than on the sequence in which the events are stored via the data stream;
maintaining a second data structure that relates, for respective routing keys, respective first stream position data for a least recent event associated with a respective routing key and respective second stream position data for a most recent event associated with the respective routing key;
receiving a request to return a hierarchical view on stream data of the data stream, the request comprising routing key information;
in response to the request, reading the first data structure based on the routing key information to obtain event data associated with the routing key; and
returning a hierarchical view of the data stream to a display device, comprising representing, via the display device, the routing key as a container structure that is a hierarchical parent containing the events.
2. The system of
3. The system of
4. The system of
5. The system of
6. The system of
7. The system of
8. The system of
9. The system of
10. The system of
12. The method of
13. The method of
14. The method of
15. The method of
16. The method of
18. The non-transitory machine-readable medium of
19. The non-transitory machine-readable medium of
20. The non-transitory machine-readable medium of
|
The subject application relates generally to data storage, and, for example, to a technology that provides a hierarchical view on stream data in storage systems that implement data streams for storing and serving continuous and unbounded data, and related embodiments.
Contemporary data storage systems, such as DELL EMC's PRAVEGA system/data storage service, store data in a storage abstraction referred to as a stream. A stream is identified with a name, and can store continuous and potentially unbounded data; more particularly, a stream comprises a durable, elastic, append-only, sequence of stored events.
New events are added to a tail (front) of a stream. As can be readily appreciated, PRAVEGA is thus ideal for IoT (Internet of Things) data, where devices/sensors may generate thousands of data points per second. One stream may be divided into one or more segments, such as based on routing keys associated with the events, such as derived from data naturally occurring in the event, e.g. “machine-id.”
One of the problems with streams is that they are difficult for humans to comprehend. This is in part because stream data, typically a very large number of events, is difficult to observe. There is no structure that makes it easy for humans to understand content of a stream, even though stream data sometimes need to be observed by a human, such as for streams produced by analytics applications.
The technology described herein is illustrated by way of example and not limited in the accompanying figures in which like reference numerals indicate similar elements and in which:
Various aspects of the technology described herein are generally directed towards a stream browser that facilitates human interaction with stream data, in particular for a human to observe and navigate through the data (events) in a stream-based data storage system. In one aspect, a hierarchical view on streams is provided by maintaining event container structures (e.g., folders) within a single stream. In this way, content of a stream may be seen and navigated through via a hierarchical view, similar to viewing a file system of folders and files.
It should be understood that any of the examples herein are non-limiting. For instance, some of the examples are based on PRAVEGA data storage technology; however virtually any stream-based data storage system may benefit from the technology described herein. Indeed, the technology described herein can be applied to any stream-based data storage mechanism. As such, any of the embodiments, aspects, concepts, structures, functionalities or examples described herein are non-limiting, and the technology may be used in various ways that provide benefits and advantages in computing and data storage in general.
Reference throughout this specification to “one embodiment,” “an embodiment,” “one implementation,” “an implementation,” etc. means that a particular feature, structure, or characteristic described in connection with the embodiment/implementation is included in at least one embodiment/implementation. Thus, the appearances of such a phrase “in one embodiment,” “in an implementation,” etc. in various places throughout this specification are not necessarily all referring to the same embodiment/implementation. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments/implementations.
Aspects of the subject disclosure will now be described more fully hereinafter with reference to the accompanying drawings in which example components, graphs and/or operations are shown. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the various embodiments. However, the subject disclosure may be embodied in many different forms and should not be construed as limited to the examples set forth herein.
As further represented in
In general, an event writer such as a streaming application program 104 sends data writes (events) 106 to the streaming data storage system 100 for appending to the event stream 102. As described herein, the application program 104 can also send stream cuts 108 for associating with a data stream.
More particularly, a position in a stream at an event boundary can be specified using a stream cut. The application program 104 can request association of a stream cut with a stream, as represented by block 108. Instead of, or in addition to, application-specified stream cuts, other stream cuts 110 can be created automatically, such as periodically, by automated program(s) 112 or the like.
The stream cuts for a stream can be considered a series of stream cuts. In one or more implementations, the stream cuts may be maintained as an auxiliary system stream 116 associated with the main data stream, e.g., event stream 102 in
As shown in
A user such as an administrator can attach (logically associate) a stream browser (e.g., an application instance) to a stream that was designed to support folders. This enables a stream browser instance, such as the stream browser 120, to collect data for the stream, e.g., the stream 102. As described herein, in one implementation, the stream browser 120 maintains its collected data in a primary index 122 and a secondary index 124.
Turning to aspects related to reading via a stream browser such as the stream browser 120, note that in one implementation, a stream browser is not an ordinary reader, because unlike an ordinary reader that reads both data and metadata from a stream, a stream browser only needs to read the metadata, namely event routing key data and event position data in a stream. A stream browser can be obtained based on an ordinary reader program that is reconfigured to only read metadata rather than also manipulating actual event data.
As shown in
As described herein, the stream browser technology makes a stream easier for humans to observe, by providing convenient views on a stream's data. Indeed, aspects of the technology described herein are directed towards providing a hierarchical view on streams, which are potentially unbounded. To this end, the technology supports container structures, referred to as event folders, within a single stream. Via the event folders, content of a stream may be seen with a hierarchy similar to viewing content maintained in a hierarchical file system of folders (or directories) and files.
In one aspect, folders are not real data objects, but rather are abstractions that may be created and used to make it easy for a human to understand content of a stream. Folders can be based on a shared routing key prefix for events, that is, for events that have routing keys that begin with a common string. There can be folders (subfolders) within folders.
By way of example, consider the following two events having the routing keys listed below:
installbase/customers/boa/nautilus/serialnumber/healthreports/20191029
installbase/customers/boa/nautilus/serialnumber/healthreports/20191030
These two example routing keys exemplified above have a shared prefix, namely “installbase/customers/boa/nautilus/serialnumber/healthreports/”. As described herein, the two events 20191029 and 20191030 can be shown similar to two “files” in a folder named
installbase/customers/boa/nautilus/serialnumber/healthreports/.
In one implementation, a stream browser 120 can implement an API set (e.g. REST API) that when called with an appropriate parameter set by a hierarchical stream viewer program 232 or the like, returns a hierarchical view on stream data. For example, one API call may be directed towards listing folder content, which when called in a query 234 (e.g., directed to an object method) with a folder name as a parameter, returns a response 236 that lists folder content comprising a list of any subfolders and final routing keys within the specified folder. When the folder parameter is null or an empty string, the “list folder content” call returns the content of a root folder.
By way of example,
Another API call can be directed to reading events. In one implementation, a read event call (e.g., corresponding to a read event object method) receives a full routing key as a parameter, and returns the most recent events with the specified full routing key. Note that while this is similar to the above-described “list folder content” call with a full routing key as a parameter, this call can be somewhat more intuitive for users who want to see a list of events under a full routing key. Moreover, the way in which the output is presented can be different, such as shown in the folder view-like presentation 440 of
Although not explicitly shown in
Turning to another aspect, one consideration with streamed data is that a data stream is potentially unbounded and has a potentially unbounded routing key space as well. Because resources are finite, it is not practical to maintain a complete hierarchical view on streams that are too large. As described herein, a cache-like concept can be used to reflect the most recent data in a large data stream.
To this end, a stream browser maintains a list of recent (for some streams all) routing keys in a stream, in the primary index 122 (
Further, an implementation of a stream browser uses a secondary index 124 (
In general, the secondary index 122 is used to evict (remove) events from the hierarchical view. Events that least recently appeared in a stream are evicted first. An event can be removed from the primary index, and when it is the last event in the list associated with the routing key, the routing key is removed from the primary and secondary indices. Otherwise, the remaining events in the event list from the primary index 122 (to be more precise, the first and the last one) define a new pair of positions that, in turn, define position of the routing key in the secondary index 122.
By way of example, as shown in
However, if the primary index grows too large, an eviction mechanism is needed, which relies on the secondary index. In a typical scenario, the oldest events, based on their least recent positions in the stream (e.g., instead of time, which may not be maintained for an event) are evicted. While feasible to scan the primary index to find one or more oldest event(s), doing so can be highly inefficient.
More particularly, as shown in
In the particular example of
It should be noted that because storage capacity is finite, the streaming storage system 100 provides a mechanism to cut a stream short. More particularly, a stream can be truncated from a stream cut (a given consistent position) associated with a stream, as represented in
Turning to another aspect, a stream browser can be attached to a stream at an arbitrary time. It may be desirable to attach a stream browser to a stream when the stream is created, because if so, the stream browser can work using tail reading only. In contrast, when a stream browser is attached an already-existing stream, a bootstrapping phase is needed. To this end, the attached stream browser reads historical events to fill its data structures (primary and secondary indices) with data for existing events; (note that tail reads can be performed in parallel). Note that it is generally more practical to read the stream events starting from the tail, and stop when (and if) the stream browser hits a determined limit, e.g., capacity, memory size, or the like. A sequence of stream stream cuts can be used to move backwards in the stream data, thereby using consistent positions within the stream. Pairs of neighbor stream cuts can be used to define ranges of historical events for the stream browser to read.
It should be noted that when viewing events with a given routing key, the events can be seen as a specific stream. As a stream browser is generally directed towards providing an interface to a human, at some level the events need to be in a human-readable format. If not so formatted, a stream browser can be customized to make unreadable (e.g., binary data) human-readable. Once processed in this way, such a stream can be presented as a marked text document with its events.
Note that the number of events may be great. Therefore, a sliding window technique can be used to fetch and keep in memory only a necessary part of the events. As more recent events are more typically more valuable, the events may be shown in the reverse order, that is, the document may start with the most recent events and end with the least recent events.
One or more aspects can be embodied in a system, such as represented in
Receiving the request can comprise receiving a list folder content request; the routing key information in the request can specify a first part of the routing key that corresponds to a folder, and the returning the hierarchical view can comprise listing respective one or more second parts of the routing key as respective one or more subfolders with respective one or more events as the event data associated with the respective one or more subfolders.
Receiving the request can comprise receiving a list folder content request; the routing key information in the request can specify null or an empty string, and returning the hierarchical view can comprise listing subfolder content and event content of a root folder.
Receiving the request can comprise receiving a read event request; the routing key information in the request can specify a full routing key, and the returning the hierarchical view can comprise listing one or more events associated with the full routing key as the event data associated with the container structure corresponding to the full routing key.
The event data can comprise two or more events, the data structure can comprise stream position data for each of the two or more events, and further operations can comprise sorting the events by respective stream position data before returning the hierarchical view of the data stream.
The data structure can be a first data structure, and further operations can comprise maintaining a second data structure that relates respective routing keys to respective event positions in the data stream; the respective event positions for a respective routing key can identify a respective first position in the data stream of a least recent event associated with the respective routing key and a respective second position in the data stream of a most recent event associated with the respective routing key. The event data can com two or more events, and further operations can comprise accessing the second data structure based on the routing key to evict one or more least recent events from the first data structure. The data stream can be associated with a stream cut, the data stream can be truncated to remove events based on the stream cut, and further operations can comprise accessing the second data structure based on the stream cut to remove event data from the first data structure that correspond to truncated events, and to modify event position data in the second data structure.
The event data can exceed a resource limitation, and returning the hierarchical view of the data stream can comprise providing a sliding window of event data that does not exceed the resource limitation.
Maintaining the data structure comprising the routing keys for the data stream can comprise maintaining a hierarchical data index.
One or more example aspects, such as corresponding to example operations of a method, are represented in
Receiving the request can comprise receiving a list folder content request; the routing key information in the request can specify a first part of the routing key that corresponds to a folder, and returning the hierarchical view can comprise listing respective one or more second parts of the routing key as respective one or more subfolders with respective one or more events associated with the respective one or more subfolders.
Receiving the request can comprise receiving a read event request; the routing key information in the request can specify a full routing key, and returning the hierarchical view can comprise listing the full routing key as the folder containing the events.
The data structure can be a first data structure, and the stream browser can further maintain a second data structure that relates the routing key to a first stream position of a least recent event associated with the routing key and a second stream position of a most recent event associated with the routing key.
Aspects can comprise evicting events from the first data structure based on the least recent event.
Aspects can comprise configuring the hierarchical view of the data stream as an interactive sliding window over a selectable portion of the events associated with the routing key.
Receiving the request can comprise receiving a list folder content request; the routing key information in the request can specify a first part of a routing key that corresponds to a folder, and returning the hierarchical view can comprise representing the first part of a routing key as a hierarchical parent folder containing one or more subfolders.
Receiving the request can comprise receiving a read event request; the routing key information in the request can specify a full routing key, and returning the hierarchical view can comprise listing the sorted events associated with the full routing key.
Further operations can comprise accessing the second data structure to remove an event from the first data structure based on the least recent event.
As can be seen, described herein is a technology that facilitates the presentation of convenient views on a stream's data. Such views can include more traditional hierarchical views such as common is standard graphical user interfaces, although custom views are possible. The stream browser technology described herein supports having multiple events with one routing key, operating under restricted resources conditions, stream truncation and fast building of hierarchical views for legacy streams. The technology is practical to implement.
The system 1000 also comprises one or more local component(s) 1020. The local component(s) 1020 can be hardware and/or software (e.g., threads, processes, computing devices). In some embodiments, local component(s) 1020 can comprise an automatic scaling component and/or programs that communicate/use the remote resources 1010 and 1020, etc., connected to a remotely located distributed computing system via communication framework 1040.
One possible communication between a remote component(s) 1010 and a local component(s) 1020 can be in the form of a data packet adapted to be transmitted between two or more computer processes. Another possible communication between a remote component(s) 1010 and a local component(s) 1020 can be in the form of circuit-switched data adapted to be transmitted between two or more computer processes in radio time slots. The system 1000 comprises a communication framework 1040 that can be employed to facilitate communications between the remote component(s) 1010 and the local component(s) 1020, and can comprise an air interface, e.g., Uu interface of a UMTS network, via a long-term evolution (LTE) network, etc. Remote component(s) 1010 can be operably connected to one or more remote data store(s) 1050, such as a hard drive, solid state drive, SIM card, device memory, etc., that can be employed to store information on the remote component(s) 1010 side of communication framework 1040. Similarly, local component(s) 1020 can be operably connected to one or more local data store(s) 1030, that can be employed to store information on the local component(s) 1020 side of communication framework 1040.
In order to provide additional context for various embodiments described herein,
Generally, program modules include routines, programs, components, data structures, etc., that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the methods can be practiced with other computer system configurations, including single-processor or multiprocessor computer systems, minicomputers, mainframe computers, Internet of Things (IoT) devices, distributed computing systems, as well as personal computers, hand-held computing devices, microprocessor-based or programmable consumer electronics, and the like, each of which can be operatively coupled to one or more associated devices.
The illustrated embodiments of the embodiments herein can be also practiced in distributed computing environments where certain tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules can be located in both local and remote memory storage devices.
Computing devices typically include a variety of media, which can include computer-readable storage media, machine-readable storage media, and/or communications media, which two terms are used herein differently from one another as follows. Computer-readable storage media or machine-readable storage media can be any available storage media that can be accessed by the computer and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer-readable storage media or machine-readable storage media can be implemented in connection with any method or technology for storage of information such as computer-readable or machine-readable instructions, program modules, structured data or unstructured data.
Computer-readable storage media can include, but are not limited to, random access memory (RAM), read only memory (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD), Blu-ray disc (BD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, solid state drives or other solid state storage devices, or other tangible and/or non-transitory media which can be used to store desired information. In this regard, the terms “tangible” or “non-transitory” herein as applied to storage, memory or computer-readable media, are to be understood to exclude only propagating transitory signals per se as modifiers and do not relinquish rights to all standard storage, memory or computer-readable media that are not only propagating transitory signals per se.
Computer-readable storage media can be accessed by one or more local or remote computing devices, e.g., via access requests, queries or other data retrieval protocols, for a variety of operations with respect to the information stored by the medium.
Communications media typically embody computer-readable instructions, data structures, program modules or other structured or unstructured data in a data signal such as a modulated data signal, e.g., a carrier wave or other transport mechanism, and includes any information delivery or transport media. The term “modulated data signal” or signals refers to a signal that has one or more of its characteristics set or changed in such a manner as to encode information in one or more signals. By way of example, and not limitation, communication media include wired media, such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media.
With reference again to
The system bus 1108 can be any of several types of bus structure that can further interconnect to a memory bus (with or without a memory controller), a peripheral bus, and a local bus using any of a variety of commercially available bus architectures. The system memory 1106 includes ROM 1110 and RAM 1112. A basic input/output system (BIOS) can be stored in a non-volatile memory such as ROM, erasable programmable read only memory (EPROM), EEPROM, which BIOS contains the basic routines that help to transfer information between elements within the computer 1102, such as during startup. The RAM 1112 can also include a high-speed RAM such as static RAM for caching data.
The computer 1102 further includes an internal hard disk drive (HDD) 1114 (e.g., EIDE, SATA), and can include one or more external storage devices 1116 (e.g., a magnetic floppy disk drive (FDD) 1116, a memory stick or flash drive reader, a memory card reader, etc.). While the internal HDD 1114 is illustrated as located within the computer 1102, the internal HDD 1114 can also be configured for external use in a suitable chassis (not shown). Additionally, while not shown in environment 1100, a solid state drive (SSD) could be used in addition to, or in place of, an HDD 1114.
Other internal or external storage can include at least one other storage device 1120 with storage media 1122 (e.g., a solid state storage device, a nonvolatile memory device, and/or an optical disk drive that can read or write from removable media such as a CD-ROM disc, a DVD, a BD, etc.). The external storage 1116 can be facilitated by a network virtual machine. The HDD 1114, external storage device(s) 1116 and storage device (e.g., drive) 1120 can be connected to the system bus 1108 by an HDD interface 1124, an external storage interface 1126 and a drive interface 1128, respectively.
The drives and their associated computer-readable storage media provide nonvolatile storage of data, data structures, computer-executable instructions, and so forth. For the computer 1102, the drives and storage media accommodate the storage of any data in a suitable digital format. Although the description of computer-readable storage media above refers to respective types of storage devices, it should be appreciated by those skilled in the art that other types of storage media which are readable by a computer, whether presently existing or developed in the future, could also be used in the example operating environment, and further, that any such storage media can contain computer-executable instructions for performing the methods described herein.
A number of program modules can be stored in the drives and RAM 1112, including an operating system 1130, one or more application programs 1132, other program modules 1134 and program data 1136. All or portions of the operating system, applications, modules, and/or data can also be cached in the RAM 1112. The systems and methods described herein can be implemented utilizing various commercially available operating systems or combinations of operating systems.
Computer 1102 can optionally comprise emulation technologies. For example, a hypervisor (not shown) or other intermediary can emulate a hardware environment for operating system 1130, and the emulated hardware can optionally be different from the hardware illustrated in
Further, computer 1102 can be enabled with a security module, such as a trusted processing module (TPM). For instance with a TPM, boot components hash next in time boot components, and wait for a match of results to secured values, before loading a next boot component. This process can take place at any layer in the code execution stack of computer 1102, e.g., applied at the application execution level or at the operating system (OS) kernel level, thereby enabling security at any level of code execution.
A user can enter commands and information into the computer 1102 through one or more wired/wireless input devices, e.g., a keyboard 1138, a touch screen 1140, and a pointing device, such as a mouse 1142. Other input devices (not shown) can include a microphone, an infrared (IR) remote control, a radio frequency (RF) remote control, or other remote control, a joystick, a virtual reality controller and/or virtual reality headset, a game pad, a stylus pen, an image input device, e.g., camera(s), a gesture sensor input device, a vision movement sensor input device, an emotion or facial detection device, a biometric input device, e.g., fingerprint or iris scanner, or the like. These and other input devices are often connected to the processing unit 1104 through an input device interface 1144 that can be coupled to the system bus 1108, but can be connected by other interfaces, such as a parallel port, an IEEE 1394 serial port, a game port, a USB port, an IR interface, a BLUETOOTH® interface, etc.
A monitor 1146 or other type of display device can be also connected to the system bus 1108 via an interface, such as a video adapter 1148. In addition to the monitor 1146, a computer typically includes other peripheral output devices (not shown), such as speakers, printers, etc.
The computer 1102 can operate in a networked environment using logical connections via wired and/or wireless communications to one or more remote computers, such as a remote computer(s) 1150. The remote computer(s) 1150 can be a workstation, a server computer, a router, a personal computer, portable computer, microprocessor-based entertainment appliance, a peer device or other common network node, and typically includes many or all of the elements described relative to the computer 1102, although, for purposes of brevity, only a memory/storage device 1152 is illustrated. The logical connections depicted include wired/wireless connectivity to a local area network (LAN) 1154 and/or larger networks, e.g., a wide area network (WAN) 1156. Such LAN and WAN networking environments are commonplace in offices and companies, and facilitate enterprise-wide computer networks, such as intranets, all of which can connect to a global communications network, e.g., the Internet.
When used in a LAN networking environment, the computer 1102 can be connected to the local network 1154 through a wired and/or wireless communication network interface or adapter 1158. The adapter 1158 can facilitate wired or wireless communication to the LAN 1154, which can also include a wireless access point (AP) disposed thereon for communicating with the adapter 1158 in a wireless mode.
When used in a WAN networking environment, the computer 1102 can include a modem 1160 or can be connected to a communications server on the WAN 1156 via other means for establishing communications over the WAN 1156, such as by way of the Internet. The modem 1160, which can be internal or external and a wired or wireless device, can be connected to the system bus 1108 via the input device interface 1144. In a networked environment, program modules depicted relative to the computer 1102 or portions thereof, can be stored in the remote memory/storage device 1152. It will be appreciated that the network connections shown are example and other means of establishing a communications link between the computers can be used.
When used in either a LAN or WAN networking environment, the computer 1102 can access cloud storage systems or other network-based storage systems in addition to, or in place of, external storage devices 1116 as described above. Generally, a connection between the computer 1102 and a cloud storage system can be established over a LAN 1154 or WAN 1156 e.g., by the adapter 1158 or modem 1160, respectively. Upon connecting the computer 1102 to an associated cloud storage system, the external storage interface 1126 can, with the aid of the adapter 1158 and/or modem 1160, manage storage provided by the cloud storage system as it would other types of external storage. For instance, the external storage interface 1126 can be configured to provide access to cloud storage sources as if those sources were physically connected to the computer 1102.
The computer 1102 can be operable to communicate with any wireless devices or entities operatively disposed in wireless communication, e.g., a printer, scanner, desktop and/or portable computer, portable data assistant, communications satellite, any piece of equipment or location associated with a wirelessly detectable tag (e.g., a kiosk, news stand, store shelf, etc.), and telephone. This can include Wireless Fidelity (Wi-Fi) and BLUETOOTH® wireless technologies. Thus, the communication can be a predefined structure as with a conventional network or simply an ad hoc communication between at least two devices.
The above description of illustrated embodiments of the subject disclosure, comprising what is described in the Abstract, is not intended to be exhaustive or to limit the disclosed embodiments to the precise forms disclosed. While specific embodiments and examples are described herein for illustrative purposes, various modifications are possible that are considered within the scope of such embodiments and examples, as those skilled in the relevant art can recognize.
In this regard, while the disclosed subject matter has been described in connection with various embodiments and corresponding Figures, where applicable, it is to be understood that other similar embodiments can be used or modifications and additions can be made to the described embodiments for performing the same, similar, alternative, or substitute function of the disclosed subject matter without deviating therefrom. Therefore, the disclosed subject matter should not be limited to any single embodiment described herein, but rather should be construed in breadth and scope in accordance with the appended claims below.
As it employed in the subject specification, the term “processor” can refer to substantially any computing processing unit or device comprising, but not limited to comprising, single-core processors; single-processors with software multithread execution capability; multi-core processors; multi-core processors with software multithread execution capability; multi-core processors with hardware multithread technology; parallel platforms; and parallel platforms with distributed shared memory.
Additionally, a processor can refer to an integrated circuit, an application specific integrated circuit, a digital signal processor, a field programmable gate array, a programmable logic controller, a complex programmable logic device, a discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. Processors can exploit nano-scale architectures such as, but not limited to, molecular and quantum-dot based transistors, switches and gates, in order to optimize space usage or enhance performance of user equipment. A processor may also be implemented as a combination of computing processing units.
As used in this application, the terms “component,” “system,” “platform,” “layer,” “selector,” “interface,” and the like are intended to refer to a computer-related entity or an entity related to an operational apparatus with one or more specific functionalities, wherein the entity can be either hardware, a combination of hardware and software, software, or software in execution. As an example, a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer. By way of illustration and not limitation, both an application running on a server and the server can be a component. One or more components may reside within a process and/or thread of execution and a component may be localized on one computer and/or distributed between two or more computers. In addition, these components can execute from various computer readable media having various data structures stored thereon. The components may communicate via local and/or remote processes such as in accordance with a signal having one or more data packets (e.g., data from one component interacting with another component in a local system, distributed system, and/or across a network such as the Internet with other systems via the signal). As another example, a component can be an apparatus with specific functionality provided by mechanical parts operated by electric or electronic circuitry, which is operated by a software or a firmware application executed by a processor, wherein the processor can be internal or external to the apparatus and executes at least a part of the software or firmware application. As yet another example, a component can be an apparatus that provides specific functionality through electronic components without mechanical parts, the electronic components can comprise a processor therein to execute software or firmware that confers at least in part the functionality of the electronic components.
In addition, the term “or” is intended to mean an inclusive “or” rather than an exclusive “or.” That is, unless specified otherwise, or clear from context, “X employs A or B” is intended to mean any of the natural inclusive permutations. That is, if X employs A; X employs B; or X employs both A and B, then “X employs A or B” is satisfied under any of the foregoing instances.
While the embodiments are susceptible to various modifications and alternative constructions, certain illustrated implementations thereof are shown in the drawings and have been described above in detail. It should be understood, however, that there is no intention to limit the various embodiments to the specific forms disclosed, but on the contrary, the intention is to cover all modifications, alternative constructions, and equivalents falling within the spirit and scope.
In addition to the various implementations described herein, it is to be understood that other similar implementations can be used or modifications and additions can be made to the described implementation(s) for performing the same or equivalent function of the corresponding implementation(s) without deviating therefrom.
Still further, multiple processing chips or multiple devices can share the performance of one or more functions described herein, and similarly, storage can be effected across a plurality of devices. Accordingly, the various embodiments are not to be limited to any single implementation, but rather are to be construed in breadth, spirit and scope in accordance with the appended claims.
Danilov, Mikhail, Medvedev, Igor
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
10108543, | Sep 26 2016 | EMC IP HOLDING COMPANY LLC | Efficient physical garbage collection using a perfect hash vector |
10108544, | Sep 26 2016 | EMC IP HOLDING COMPANY LLC | Dynamic duplication estimation for garbage collection |
10120613, | Oct 30 2015 | SanDisk Technologies LLC | System and method for rescheduling host and maintenance operations in a non-volatile memory |
10133490, | Oct 30 2015 | SanDisk Technologies LLC | System and method for managing extended maintenance scheduling in a non-volatile memory |
10255179, | Dec 30 2016 | SanDisk Technologies, Inc | Garbage collection read throttling |
10338834, | Sep 29 2016 | Veritas Technologies LLC | Application performance in replication environments |
10430279, | Feb 27 2017 | TINTRI BY DDN, INC | Dynamic raid expansion |
10565208, | Mar 26 2013 | Microsoft Technology Licensing, LLC | Analyzing multiple data streams as a single data object |
10628424, | Sep 15 2016 | Oracle International Corporation | Graph generation for a distributed event processing system |
10705741, | Nov 17 2003 | International Business Machines Corporation | Transparent checkpointing and process migration in a distributed system |
10795812, | Jun 30 2017 | EMC IP HOLDING COMPANY LLC | Virtual copy forward method and system for garbage collection in cloud computing networks |
10860457, | Feb 15 2019 | Amazon Technologies, Inc.; Amazon Technologies, Inc | Globally ordered event stream logging |
10867033, | Mar 22 2018 | Microsoft Technology Licensing, LLC | Load distribution enabling detection of first appearance of a new property value in pipeline data processing |
10891228, | Feb 12 2018 | International Business Machines Corporation | Cache line states identifying memory cache |
10983715, | Sep 19 2018 | SanDisk Technologies, Inc | Expandable memory for use with solid state systems and devices |
11016826, | May 31 2019 | Digital Guardian LLC | Systems and methods for multi-event correlation |
11086537, | Nov 29 2018 | SK Hynix Inc. | Method and system to perform urgency level garbage collection based on write history of memory blocks |
11194638, | Mar 12 2021 | Credit Suisse AG, Cayman Islands Branch | Deferred scaling of an ordered event stream |
11314779, | May 31 2018 | Amazon Technologies, Inc.; Amazon Technologies, Inc | Managing timestamps in a sequential update stream recording changes to a database partition |
11354054, | Oct 28 2020 | EMC IP HOLDING COMPANY LLC | Compaction via an event reference in an ordered event stream storage system |
3617587, | |||
5826977, | Aug 26 1996 | Nova Biomedical Corporation | Method for mixing laminar and turbulent flow streams |
7340690, | Jul 08 2004 | GOOGLE LLC | Space-efficient linear hierarchical view and navigation |
7430570, | Apr 28 2003 | VALTRUS INNOVATIONS LIMITED | Shadow directory structure in a distributed segmented file system |
7610437, | Aug 03 2005 | SanDisk Technologies LLC | Data consolidation and garbage collection in direct data file storage memories |
7769717, | Mar 19 2002 | NetApp, Inc. | System and method for checkpointing and restarting an asynchronous transfer of data between a source and destination snapshot |
7984084, | Aug 03 2005 | SanDisk Technologies LLC | Non-volatile memory with scheduled reclaim operations |
8285918, | Dec 11 2009 | Hewlett Packard Enterprise Development LP | Flash memory cache for data storage device |
8443263, | Dec 30 2009 | SanDisk Technologies LLC | Method and controller for performing a copy-back operation |
8572091, | Jun 27 2011 | Amazon Technologies, Inc | System and method for partitioning and indexing table data using a composite primary key |
8655825, | Mar 10 2011 | SAP SE | Efficient management of data quality for streaming event data |
8732403, | Mar 14 2012 | NetApp, Inc.; NetApp, Inc | Deduplication of data blocks on storage devices |
8825848, | Mar 20 2012 | EMC IP HOLDING COMPANY LLC | Ordering of event records in an electronic system for forensic analysis |
8873284, | Dec 31 2012 | SanDisk Technologies LLC | Method and system for program scheduling in a multi-layer memory |
8984248, | Oct 14 2010 | Hitachi, Ltd. | Data migration system and data migration method |
9223693, | Dec 31 2012 | SanDisk Technologies LLC | Memory system having an unequal number of memory die on different control channels |
9336133, | Dec 31 2012 | SanDisk Technologies LLC | Method and system for managing program cycles including maintenance programming operations in a multi-layer memory |
9348746, | Dec 31 2012 | SanDisk Technologies LLC | Method and system for managing block reclaim operations in a multi-layer memory |
9407521, | May 16 2012 | Veritas Technologies LLC | Method and system to visually represent the status of a data center |
9465731, | Dec 31 2012 | SanDisk Technologies LLC | Multi-layer non-volatile memory system having multiple partitions in a layer |
9514018, | Jan 28 2014 | International Business Machines Corporation | Scaling framework for querying |
9591316, | Mar 27 2014 | Intel Corporation | Scalable video encoding rate adaptation based on perceived quality |
9639589, | Dec 20 2013 | Amazon Technologies, Inc | Chained replication techniques for large-scale data streams |
9715434, | Sep 30 2011 | EMC IP HOLDING COMPANY LLC | System and method for estimating storage space needed to store data migrated from a source storage to a target storage |
9734050, | Dec 31 2012 | SanDisk Technologies LLC | Method and system for managing background operations in a multi-layer memory |
9734911, | Dec 31 2012 | SanDisk Technologies LLC | Method and system for asynchronous die operations in a non-volatile memory |
9753932, | Feb 10 2017 | Qumulo, Inc. | Space accounting for storage system snapshots |
9778855, | Oct 30 2015 | SanDisk Technologies LLC | System and method for precision interleaving of data writes in a non-volatile memory |
9892803, | Sep 18 2014 | VIA ALLIANCE SEMICONDUCTOR CO , LTD | Cache management request fusing |
9898482, | Dec 27 2013 | EMC IP HOLDING COMPANY LLC | Managing stream connections in storage systems |
9965215, | Jun 26 2014 | EMC IP HOLDING COMPANY LLC | Disk synchronizing |
20040199524, | |||
20050025152, | |||
20050055519, | |||
20060036568, | |||
20060058987, | |||
20070033325, | |||
20070047635, | |||
20070220518, | |||
20080059724, | |||
20080082596, | |||
20080144079, | |||
20080184262, | |||
20080189477, | |||
20080288713, | |||
20080301135, | |||
20090182784, | |||
20100077013, | |||
20100083098, | |||
20100088296, | |||
20100125553, | |||
20100125794, | |||
20100174881, | |||
20100205163, | |||
20100281081, | |||
20100333116, | |||
20110126099, | |||
20110131588, | |||
20110145473, | |||
20110161784, | |||
20110249147, | |||
20120102503, | |||
20120109985, | |||
20120151014, | |||
20120198027, | |||
20120259994, | |||
20130226931, | |||
20130275808, | |||
20140006465, | |||
20140089264, | |||
20140223115, | |||
20140325148, | |||
20140365719, | |||
20150169449, | |||
20150172120, | |||
20150205816, | |||
20150227602, | |||
20150261776, | |||
20150341212, | |||
20150355862, | |||
20150363245, | |||
20160042008, | |||
20160063080, | |||
20160210061, | |||
20160246713, | |||
20160321287, | |||
20160337435, | |||
20160350324, | |||
20160357476, | |||
20170038978, | |||
20170075832, | |||
20170075947, | |||
20170123655, | |||
20170177249, | |||
20170177263, | |||
20170177546, | |||
20170212891, | |||
20170213127, | |||
20170255392, | |||
20170289214, | |||
20180101842, | |||
20180121307, | |||
20180146018, | |||
20180176244, | |||
20180184138, | |||
20180189175, | |||
20180314727, | |||
20180329644, | |||
20180332325, | |||
20180332365, | |||
20180332366, | |||
20180332367, | |||
20180336256, | |||
20180345140, | |||
20190004863, | |||
20190026301, | |||
20190057138, | |||
20190129806, | |||
20190138494, | |||
20190197173, | |||
20190278849, | |||
20190327297, | |||
20190332318, | |||
20190340180, | |||
20190349422, | |||
20200034468, | |||
20200089420, | |||
20200174695, | |||
20200250172, | |||
20200310686, | |||
20200320005, | |||
20200344299, | |||
20200394196, | |||
20200404011, | |||
20210110328, | |||
20210124746, | |||
20210157520, | |||
20210256029, | |||
20210342296, | |||
20210342354, | |||
20210365211, | |||
20210374021, | |||
20220035533, | |||
20220182724, | |||
CA2534170, | |||
CA2672879, | |||
CN104901958, | |||
CN105591926, | |||
CN1708029, | |||
GB2377038, | |||
WO2002101585, | |||
WO2004080067, | |||
WO2009014993, | |||
WO2015191120, | |||
WO2015196281, | |||
WO2018148149, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
May 01 2020 | EMC IP HOLDING COMPANY LLC | (assignment on the face of the patent) | / | |||
May 06 2020 | DANILOV, MIKHAIL | EMC IP HOLDING COMPANY LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 052809 | /0308 | |
May 26 2020 | MEDVEDEV, IGOR | EMC IP HOLDING COMPANY LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 052809 | /0308 | |
May 28 2020 | Dell Products L P | Credit Suisse AG, Cayman Islands Branch | SECURITY AGREEMENT | 052771 | /0906 | |
May 28 2020 | EMC IP HOLDING COMPANY LLC | Credit Suisse AG, Cayman Islands Branch | SECURITY AGREEMENT | 052771 | /0906 | |
Jun 03 2020 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENT | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENT | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 052851 | /0081 | |
Jun 03 2020 | EMC IP HOLDING COMPANY LLC | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENT | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 052852 | /0022 | |
Jun 03 2020 | Dell Products L P | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENT | SECURITY INTEREST SEE DOCUMENT FOR DETAILS | 052852 | /0022 | |
Nov 01 2021 | Credit Suisse AG, Cayman Islands Branch | Dell Products L P | RELEASE OF SECURITY INTEREST AT REEL 052771 FRAME 0906 | 058001 | /0298 | |
Nov 01 2021 | Credit Suisse AG, Cayman Islands Branch | EMC IP HOLDING COMPANY LLC | RELEASE OF SECURITY INTEREST AT REEL 052771 FRAME 0906 | 058001 | /0298 | |
Mar 29 2022 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENT | EMC IP HOLDING COMPANY LLC | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 052852 0022 | 060436 | /0582 | |
Mar 29 2022 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENT | Dell Products L P | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 052852 0022 | 060436 | /0582 | |
Mar 29 2022 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENT | EMC IP HOLDING COMPANY LLC | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 052851 0917 | 060436 | /0509 | |
Mar 29 2022 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENT | Dell Products L P | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 052851 0917 | 060436 | /0509 | |
Mar 29 2022 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENT | EMC IP HOLDING COMPANY LLC | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 052851 0081 | 060436 | /0441 | |
Mar 29 2022 | THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENT | Dell Products L P | RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 052851 0081 | 060436 | /0441 |
Date | Maintenance Fee Events |
May 01 2020 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Date | Maintenance Schedule |
Mar 07 2026 | 4 years fee payment window open |
Sep 07 2026 | 6 months grace period start (w surcharge) |
Mar 07 2027 | patent expiry (for year 4) |
Mar 07 2029 | 2 years to revive unintentionally abandoned end. (for year 4) |
Mar 07 2030 | 8 years fee payment window open |
Sep 07 2030 | 6 months grace period start (w surcharge) |
Mar 07 2031 | patent expiry (for year 8) |
Mar 07 2033 | 2 years to revive unintentionally abandoned end. (for year 8) |
Mar 07 2034 | 12 years fee payment window open |
Sep 07 2034 | 6 months grace period start (w surcharge) |
Mar 07 2035 | patent expiry (for year 12) |
Mar 07 2037 | 2 years to revive unintentionally abandoned end. (for year 12) |