US20210334284A1 - System and method of querying objects on demand - Google Patents

System and method of querying objects on demand Download PDF

Info

Publication number
US20210334284A1
US20210334284A1 US16/904,502 US202016904502A US2021334284A1 US 20210334284 A1 US20210334284 A1 US 20210334284A1 US 202016904502 A US202016904502 A US 202016904502A US 2021334284 A1 US2021334284 A1 US 2021334284A1
Authority
US
United States
Prior art keywords
bucket
sql query
objects
metadata
query
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.)
Abandoned
Application number
US16/904,502
Inventor
Anirudh Kumar Bansal
Divya Harish Saglani
Manik Taneja
Naveen Reddy GUNDLAGUTTA
Nikhil Mundra
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nutanix Inc
Original Assignee
Nutanix Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Nutanix Inc filed Critical Nutanix Inc
Assigned to Nutanix, Inc. reassignment Nutanix, Inc. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BANSAL, ANIRUDH KUMAR, GUNDLAGUTTA, NAVEEN REDDY, MUNDRA, NIKHIL, SAGLANI, DIVYA HARISH, TANEJA, MANIK
Publication of US20210334284A1 publication Critical patent/US20210334284A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24573Query processing with adaptation to user needs using data annotations, e.g. user-defined metadata
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • G06F16/244Grouping and aggregation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • G06F16/24554Unary operations; Data partitioning operations
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45579I/O management, e.g. providing access to device drivers or storage
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45583Memory management, e.g. access or allocation

Definitions

  • Virtual computing systems are widely used in a variety of applications.
  • Virtual computing systems include one or more host machines running one or more virtual machines concurrently.
  • the virtual machines utilize the hardware resources of the underlying host machines.
  • Each virtual machine may be configured to run an instance of an operating system.
  • Modern virtual computing systems allow several operating systems and several software applications to be safely run at the same time on the virtual machines of a single host machine, thereby increasing resource utilization and performance efficiency.
  • the present-day virtual computing systems have limitations due to their configuration and the way they operate.
  • aspects of the present disclosure relate generally to a virtualization environment, and more particularly to a system and method for querying objects on demand.
  • An illustrative embodiment disclosed herein is an apparatus including a processor having programmed instructions that receive a structured query language (SQL) query, identify a bucket, identify metadata relationships specified in the SQL query, and execute the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.
  • SQL structured query language
  • Another illustrative embodiment disclosed herein is a non-transitory computer readable storage medium having instructions stored thereon that, upon execution by a processor, causes the processor to perform operations including receiving a structured query language (SQL) query, identifying a bucket, identifying metadata relationships specified in the SQL query, and executing the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.
  • SQL structured query language
  • Another illustrative embodiment disclosed herein is a computer-implemented method including receiving, by a processor, a structured query language (SQL) query, identifying, by the processor, a bucket, identifying, by the processor, metadata relationships specified in the SQL query, and executing, by the processor, the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.
  • SQL structured query language
  • FIG. 1 is an example block diagram of a virtual computing system, in accordance with some embodiments of the present disclosure.
  • FIG. 2 illustrates an example diagram of an object storage service (OSS), in accordance with some embodiments of the present disclosure.
  • OSS object storage service
  • FIG. 3 illustrates an example method for executing SQL queries, in accordance with some embodiments of the present disclosure.
  • FIG. 4 illustrates an example method for executing SQL queries, in accordance with some embodiments of the present disclosure.
  • FIG. 5 illustrates an example method for updating temporary buckets, in accordance with some embodiments of the present disclosure.
  • Object storage is the fastest growing form of distributed storage.
  • Object stores are distributed key-value stores that are used to store massive amounts of unstructured data.
  • Object storage provides simplified data-access APIs to GET/PUT objects within a bucket.
  • storage admins have little insight into the data being stored in an object storage.
  • existing APIs have proved incapable in enabling deep storage analytics.
  • Some embodiments of the disclosure herein provides a unified SQL (structured query language) embedded within an object store deployment that extends this API to enable queries not just on a single object, but also on all the objects that are contained within a bucket, as well as on the metadata of the objects.
  • the metadata can store information such as who created the object, when was it created, what is the size of the object, what is the content type.
  • some implementations of the disclosure herein allow object attribute-based or metadata-based temporary buckets/indices to be created on demand. Leveraging object attribute-based or metadata-based indices can result in reduced latency associated with serving queries on, for example, historical datasets, such as in online analytical processing workloads. Further, some embodiments of the disclosure herein update the object attribute-based or metadata-based indices, which can be useful for workloads that have dynamic data, such as online transaction processing workloads.
  • Some aspects disclosed herein bring the power of no-SQL databases directly to traditional object stores.
  • Some embodiments are tightly coupled solutions that can scale horizontally by sharding object data and/or deploying additional storage nodes.
  • Some embodiments expand the use and scope of object storage solutions to many data processing applications that can now directly query the object store deployment without resorting to custom and expensive solutions.
  • Some aspects simplify information technology (IT) administration. Not only would an object store deployment be capable of storing large amounts of data, it becomes capable of providing SQL query functionality that is a hallmark of typical database system. This may pave the way for an object store deployment to be one-stop storage solution, thereby freeing a customer from resorting to custom, third party solutions which would result in huge amount of savings in terms of cost and IT resources.
  • IT information technology
  • the virtual computing system 100 includes a plurality of nodes, such as a first node 105 A, a second node 105 B, and a third node 105 C.
  • the nodes may be collectively referred to herein as “nodes 105 .”
  • Each of the nodes 105 may also be referred to as a “host” or “host machine.”
  • the first node 105 A includes an object virtual machine (“OVMs”) 111 A and 111 B (collectively referred to herein as “OVMs 111 ”), a controller virtual machine (“CVM”) 115 A, and a hypervisor 125 A.
  • OVMs object virtual machine
  • CVM controller virtual machine
  • the second node 105 B includes OVMs 112 A and 112 B (collectively referred to herein as “OVMs 112 ”), a CVM 115 B, and a hypervisor 125 B
  • the third node 105 C includes OVMs 113 A and 113 B (collectively referred to herein as “OVMs 113 ”), a CVM 115 C, and a hypervisor 125 C.
  • the OVMs 111 , 112 , and 113 may be collectively referred to herein as “OVMs 110 .”
  • the CVMs 115 A, 115 B, and 115 C may be collectively referred to herein as “CVMs 115 .”
  • the nodes 105 are connected to a network 165 .
  • the virtual computing system 100 also includes a storage pool 140 .
  • the storage pool 140 may include network-attached storage (NAS) 150 and direct-attached storage (DAS) 145 A, 145 B, and 145 C (collectively referred to herein as DAS 145 ).
  • the NAS 150 is accessible via the network 165 and, in some embodiments, may include cloud storage 155 , as well as local area network (“LAN”) storage 160 .
  • LAN local area network
  • each of the DAS 145 A, the DAS 145 B, and the DAS 145 C includes storage components that are provided internally within the first node 105 A, the second node 105 B, and the third node 105 C, respectively, such that each of the first, second, and third nodes may access its respective DAS without having to access the network 165 .
  • the CVM 115 A may include one or more virtual disks (“vdisks”) 120 A
  • the CVM 115 B may include one or more vdisks 120 B
  • the CVM 115 C may include one or more vdisks 120 C.
  • the vdisks 120 A, the vdisks 120 B, and the vdisks 120 C are collectively referred to herein as “vdisks 120 .”
  • the vdisks 120 may be a logical representation of storage space allocated from the storage pool 140 .
  • Each of the vdisks 120 may be located in a memory of a respective one of the CVMs 115 .
  • the memory of each of the CVMs 115 may be a virtualized instance of underlying hardware, such as the RAMs 135 and/or the storage pool 140 . The virtualization of the underlying hardware is described below.
  • the CVMs 115 may be configured to run a distributed operating system in that each of the CVMs 115 run a subset of the distributed operating system. In some such embodiments, the CVMs 115 form one or more Nutanix Operating System (“NOS”) cluster. In some embodiments, the one or more NOS clusters include greater than or fewer than the CVMs 115 . In some embodiments, each of the CVMs 115 run a separate, independent instance of an operating system. In some embodiments, the one or more NOS clusters may be referred to as a storage layer.
  • NOS Nutanix Operating System
  • the OVMs 110 form an OVM cluster.
  • OVMs of an OVM cluster may be configured to share resources with each other.
  • the OVMs in the OVM cluster may be configured to access storage from the NOS cluster using one or more of the vdisks 120 as a storage unit.
  • the OVM cluster include greater than or fewer than the OVMs 110 .
  • Some or all of the OVMs 110 in the OVM cluster may be configured to run software-defined object storage service, such as Nutanix BucketsTM.
  • object storage service As part of the object storage service (OSS), the OVMs 110 may be configured to deploy (e.g., create) a collection of buckets.
  • a bucket is a virtual representation of, and is created on (e.g., on top of), a virtual disk (e.g., the virtual disk 120 A in FIG. 1 ), or other data store.
  • a bucket is like a folder except that a bucket has a hierarchy flat, whereas a folder has recursion (e.g., sub-folders).
  • the OVMs 110 store/add one or more objects in/to one or more of the buckets (by storing the one or more objects in one or more virtual disks 120 backing the one or more buckets), and manage the buckets and objects.
  • An object can be anything: a file, a document, a spreadsheet, a video, a data, metadata, etc.
  • When buckets are created they are assigned (e.g., given) endpoints through which the OVMs 110 , external users or applications interfacing with the OVMs 110 , can access them. Examples of endpoints are uniform resource locators (URLs). After a bucket is created, objects can be added.
  • URLs uniform resource locators
  • OVM clusters and/or multiple NOS clusters may exist within a given virtual computing system (e.g., the virtual computing system 100 ).
  • the one or more OVM clusters may be referred to as a client layer or object layer.
  • the OVM clusters may be configured to access storage from multiple NOS clusters.
  • Each of the OVM clusters may be configured to access storage from a same NOS cluster.
  • a central management system such as Prism Central, may manage a configuration of the multiple OVM clusters and/or multiple NOS clusters.
  • the configuration may include a list of OVM clusters, a mapping of each OVM cluster to a list of NOS clusters from which the OVM cluster may access storage, and/or a mapping of each OVM cluster to a list of vdisks that the OVM cluster owns or has access to.
  • Each of the OVMs 110 and the CVMs 115 is a software-based implementation of a computing machine in the virtual computing system 100 .
  • the OVMs 110 and the CVMs 115 emulate the functionality of a physical computer.
  • the hardware resources, such as CPU, memory, storage, etc., of a single physical server computer e.g., the first node 105 A, the second node 105 B, or the third node 105 C
  • the respective hypervisor e.g.
  • each of the hypervisors 125 is a virtual machine monitor that allows the single physical server computer to run multiple instances of the OVMs 110 (e.g.
  • the OVM 111 and at least one instance of a CVM 115 (e.g. the CVM 115 A), with each of the OVM instances and the CVM instance sharing the resources of that one physical server computer, potentially across multiple environments.
  • a CVM 115 e.g. the CVM 115 A
  • multiple workloads and multiple operating systems may be run on the single piece of underlying hardware computer to increase resource utilization and manage workflow.
  • the hypervisors 125 of the respective nodes 105 may be configured to run virtualization software, such as, ESXi from VMWare, AHV from Nutanix, Inc., XenServer from Citrix Systems, Inc., etc.
  • the virtualization software on the hypervisors 125 may be configured for managing the interactions between the respective OVMs 110 (and/or the CVMs 115 ) and the underlying hardware of the respective nodes 105 .
  • Each of the CVMs 115 and the hypervisors 125 may be configured as suitable for use within the virtual computing system 100 .
  • each of the nodes 105 may be a hardware device, such as a server.
  • one or more of the nodes 105 may be an NX-1000 server, NX-3000 server, NX-5000 server, NX-6000 server, NX-8000 server, etc. provided by Nutanix, Inc. or server computers from Dell, Inc., Lenovo Group Ltd. or Lenovo PC International, Cisco Systems, Inc., etc.
  • one or more of the nodes 105 may be another type of hardware device, such as a personal computer, an input/output or peripheral unit such as a printer, or any type of device that is suitable for use as a node within the virtual computing system 100 .
  • the virtual computing system 100 may be part of a data center.
  • the first node 105 A may include one or more central processing units (“CPUs”) 130 A
  • the second node 105 B may include one or more CPUs 130 B
  • the third node 105 C may include one or more CPUs 130 C.
  • the CPUs 130 A, 130 B, and 130 C are collectively referred to herein as the CPUs 130 .
  • the CPUs 130 may be configured to execute instructions. The instructions may be carried out by a special purpose computer, logic circuits, or hardware circuits of the first node 105 A, the second node 105 B, and the third node 105 C.
  • the CPUs 130 may be implemented in hardware, firmware, software, or any combination thereof.
  • execution is, for example, the process of running an application or the carrying out of the operation called for by an instruction.
  • the instructions may be written using one or more programming language, scripting language, assembly language, etc.
  • the CPUs 130 thus, execute an instruction, meaning that they perform the operations called for by that instruction.
  • the first node 105 A may include one or more random access memory units (“RAM”) 135 A
  • the second node 105 B may include one or more RAM 135 B
  • the third node 105 C may include one or more RAM 135 C.
  • the RAMs 135 A, 135 B, and 135 C are collectively referred to herein as the RAMs 135 .
  • the CPUs 130 may be operably coupled to the respective one of the RAMs 135 , the storage pool 140 , as well as with other elements of the respective ones of the nodes 105 to receive, send, and process information, and to control the operations of the respective underlying node.
  • Each of the CPUs 130 may retrieve a set of instructions from the storage pool 140 , such as, from a permanent memory device like a read only memory (“ROM”) device and copy the instructions in an executable form to a temporary memory device that is generally some form of random access memory (“RAM”), such as a respective one of the RAMs 135 .
  • ROM read only memory
  • RAM random access memory
  • One of or both of the ROM and RAM be part of the storage pool 140 , or in some embodiments, may be separately provisioned from the storage pool.
  • the RAM may be stand-alone hardware such as RAM chips or modules.
  • each of the CPUs 130 may include a single stand-alone CPU, or a plurality of CPUs that use the same or different processing technology.
  • Each of the DAS 145 may include a variety of types of memory devices.
  • one or more of the DAS 145 may include, but is not limited to, any type of RAM, ROM, flash memory, magnetic storage devices (e.g., hard disk, floppy disk, magnetic strips, etc.), optical disks (e.g., compact disk (“CD”), digital versatile disk (“DVD”), etc.), smart cards, solid state devices, etc.
  • the NAS 150 may include any of a variety of network accessible storage (e.g., the cloud storage 155 , the LAN storage 160 , etc.) that is suitable for use within the virtual computing system 100 and accessible via the network 165 .
  • the storage pool 140 including the NAS 150 and the DAS 145 , together form a distributed storage system configured to be accessed by each of the nodes 105 via the network 165 , one or more of the OVMs 110 , one or more of the CVMs 115 , and/or one or more of the hypervisors 125 .
  • Each of the nodes 105 may be configured to communicate and share resources with each other via the network 165 , including the respective one of the CPUs 130 , the respective one of the RAMs 135 , and the respective one of the DAS 145 .
  • the nodes 105 may communicate and share resources with each other via one or more of the OVMs 110 , one or more of the CVMs 115 , and/or one or more of the hypervisors 125 .
  • One or more of the nodes 105 may be organized in a variety of network topologies.
  • the network 165 may include any of a variety of wired or wireless network channels that may be suitable for use within the virtual computing system 100 .
  • the network 165 may include wired connections, such as an Ethernet connection, one or more twisted pair wires, coaxial cables, fiber optic cables, etc.
  • the network 165 may include wireless connections, such as microwaves, infrared waves, radio waves, spread spectrum technologies, satellites, etc.
  • the network 165 may also be configured to communicate with another device using cellular networks, local area networks, wide area networks, the Internet, etc.
  • the network 165 may include a combination of wired and wireless communications.
  • the first node 105 A, the second node 105 B, and the third node 105 C are shown in the virtual computing system 100 , in other embodiments, greater than or fewer than three nodes may be used.
  • the OVMs 111 are shown on each of the first node 105 A (e.g. the OVMs 111 ), the second node 105 B, and the third node 105 C, in other embodiments, greater than or fewer than two OVMs may reside on some or all of the nodes 105 .
  • FIG. 2 illustrates an example diagram of an object storage service (OSS) 200 , in accordance with some embodiments.
  • the OSS 200 includes a compute layer 202 , a metadata server 204 , and a bucket 206 .
  • the compute layer 202 includes a user interface (UI) service 208 , a metadata service 210 in communication with the metadata server 204 , and an object controller (OC) service 212 in communication with the bucket 206 .
  • Users 214 and IT administrator 216 are in communication with the UI service 208 .
  • the UI service 208 includes a processing having programmed instructions (herein, the UI service 208 includes programmed instructions) to receive a query, such as an SQL (structured query language) query, from the users 214 or the IT administrator 216 .
  • a query such as an SQL (structured query language) query
  • the SQL query is received as an application programming interface (API) call, such as an HTTP-based web API call.
  • API application programming interface
  • the SQL query is HTTP 1.1 compliant.
  • the SQL query includes one or more parameters (e.g., query target, bucket name, bucket endpoint, prefix, object attribute relationships, metadata relationships, metadata parameters, a prefix, etc.) specified/indicated by the users 214 or the IT administrator 216 .
  • the UI service 208 includes programmed instructions to determine (e.g., identify) the query target to be a metadata server 204 or a bucket 206 . In some embodiments, if the UI service 208 determines that the query target is a metadata server 204 , the UI service 208 includes programmed instructions to direct the SQL query to the metadata service 210 , where the query is executed on metadata in the metadata server 204 . In some embodiments, if the UI service 208 determines that the query target is a bucket 206 , the UI service 208 includes programmed instructions to direct the SQL query to the OC service 212 , where the query is executed on the bucket 206 . In some embodiments, directing the SQL query includes forwarding the API call.
  • directing the SQL query includes parsing the API call to identify one or more parameters and sending the one or more parameters.
  • sending the one or more parameters includes encapsulating the one or more parameters in a message, a frame, a packet, a function, another API call, another SQL query, etc.
  • the UI service 208 has programmed instructions to execute (e.g., run, evaluate) the SQL query.
  • the OC service 212 includes a processing having programmed instructions (herein, the OC service 212 includes programmed instructions) to execute a SQL query on/against one or more objects in the bucket 206 .
  • the OC service 212 includes programmed instructions to scan the one or more objects in the bucket 206 and generate a list of objects from the one or more objects in the bucket 206 .
  • the word “S3Bucket” indicates that the query target is a bucket (as opposed to a metadata server).
  • the bucket name is “object_inventory.”
  • the endpoint (e.g., name, identifier, URL) of the bucket 206 in the example is “examplebucket.nutanix.com.”
  • the OC service 212 executes the query on objects from the bucket 206 having the endpoint “examplebucket.nutanix.com,” and the name “object_inventory,” as shown based on the command “Select * from S3Bucket object_inventory.”
  • the OC service 212 generates a list of objects from the bucket “object_inventory.”
  • the OC service 212 can receive the SQL query from the UI service 208 .
  • the OC service 212 includes programmed instructions to determine the query target to be a bucket.
  • the OC service 212 includes programmed instructions to execute SQL query on/against one or more objects in the bucket 206 responsive to either receiving the SQL query from the UI service 208 or determining the query target to be a bucket.
  • the OC service 212 includes programmed instructions to identify a predicate/condition) (e.g., a prefix, an object attribute relationship, a metadata relationship) specified in the SQL query. Based on identifying a prefix specified in the SQL query, in some embodiments, the OC service 212 includes programmed instructions to determine which of the one or more objects in the bucket 206 have a prefix matching the prefix in the SQL query. In some embodiments, the list of objects include the objects identified by the OC service 212 as having the matching prefix.
  • a predicate/condition e.g., a prefix, an object attribute relationship, a metadata relationship
  • the OC service 212 includes programmed instructions to identify object-related/object-oriented attribute relationships (e.g., object attribute relationships) specified in the SQL query. Based on identifying the object attribute relationships in the SQL query, in some embodiments, the OC service 212 includes programmed instructions to determine which of the one or more objects in the bucket 206 have one or more object attributes satisfying (e.g., all of) the object attribute relationships in the SQL query. In some embodiments, the OC service 212 includes programmed instructions to scan the objects of the one or more objects in the bucket 206 .
  • object-related/object-oriented attribute relationships e.g., object attribute relationships
  • the OC service 212 includes programmed instructions to generate a list of objects the list of objects including the one or more objects identified by the OC service 212 as having the one or more object attributes satisfying the object attribute relationships in the SQL query.
  • the object attribute relationship may be a relationship (e.g., greater than, less than, equal to, or a combination thereof) between an object attribute (e.g., parameter) and a number (e.g., predetermined threshold, dynamic threshold, function, etc.), a relationship between two object attributes, two or more such relationships (e.g., a range), etc.
  • the object attributes can be object related (e.g., object-oriented). For example, the object can be an “order_inventory” and the object attributes can include “item_type” and “price.”
  • the metadata service 210 includes a processing having programmed instructions (herein, the metadata service 210 includes programmed instructions) to execute/run a SQL query on/against metadata of the one or more objects in the bucket 206 .
  • the metadata service 210 includes programmed instructions to determine one or more metadata relationships specified in the SQL query.
  • the metadata service 210 includes programmed instructions to scan the metadata of the one or more objects in the bucket 206 and generating a list of objects from the one or more objects satisfying the one or more metadata relationships.
  • the metadata relationship may be a relationship between a metadata parameter and a number (e.g., predetermined threshold, dynamic threshold, function, etc.), a relationship between two metadata parameters, two or more such relationships (e.g., a range), etc.
  • Metadata parameters can include last time an object was written to (e.g., updated), last time an object was read, a type (e.g., filetype) of the object, a size of the object, etc.
  • the word “S3Meta” indicates that the query target is a metadata server.
  • the endpoint of the bucket 206 in the example is “examplebucket.nutanix.com.”
  • the metadata service 210 executes the query on metadata of objects from the bucket 206 having the endpoint “examplebucket.nutanix.com,” as shown based on the command “Select * from S3Meta.” Additionally, or alternatively, the metadata service 210 identifies a bucket name specified in the SQL query and executes the query from the bucket 206 having the bucket name.
  • an example method 300 for executing SQL queries is shown, in accordance with some embodiments of the present disclosure.
  • the method 300 may be implemented using, or performed by, the OSS 200 , one or more components of the OSS 200 , or a processor associated with the OSS 200 or one or more components of the OSS 200 , which is detailed herein with respect to FIGS. 1-2 . Additional, fewer, or different operations may be performed in the method 300 depending on the embodiment. Operations of method 300 can be combined with operations of methods 400 - 500 .
  • a processor such as the processor (e.g., the CPU 130 A) associated with one or more components of the OSS 200 , receives a structured query language (SQL) query ( 302 ).
  • the processor receives the SQL query from a user (e.g., one of the Users 214 ) or an admin (e.g., the IT administrator 216 ).
  • the user or admin specifies at least one of a bucket name, a bucket endpoint, a query target, or metadata relationships.
  • the processor identifies, in the SQL query, a bucket ( 304 ).
  • the bucket is identified based on at least one of the bucket name or the bucket endpoint.
  • the bucket includes one or more objects.
  • the processor determines, in the SQL query, a query target to be a metadata server (e.g., the metadata server 204 ) associated with the bucket (e.g., the one or more objects in the bucket). In some embodiments, the processor determines the query target to be a bucket (e.g., the bucket 206 ).
  • a metadata server e.g., the metadata server 204
  • the processor determines the query target to be a bucket (e.g., the bucket 206 ).
  • the processor identifies, in the SQL query, metadata relationships ( 306 ).
  • the metadata relationships include one or more relationships between a metadata parameter and a number/threshold/limit.
  • the metadata relationships include one or more relationships between a metadata parameter, a lower number, and a higher number (e.g., a range).
  • the processor executes (e.g. runs, evaluates, processes) the SQL query to generate a list of objects included in (e.g., belonging to, assigned to, etc.) the bucket and having metadata satisfying the metadata relationships ( 308 ).
  • the processor identifies object attribute relationships. In some embodiment, the processor executes the SQL query to generate a list of objects belonging to the bucket and having object attributes satisfying the object attribute relationships.
  • one of the components of the compute layer 202 have programmed instructions to create a temporary bucket (e.g., notational bucket, virtual index).
  • the temporary bucket has a reduced number of the one or more objects (e.g., a reduced dataset) as compared to the bucket 206 .
  • the temporary bucket includes symbolic links (symlinks) to the objects (e.g., the reduced number of objects) in the bucket 206 .
  • the temporary bucket does not copy the objects from the bucket 206 , such that the virtual disk backing the bucket 206 has no knowledge of the temporary bucket.
  • the temporary bucket can either be stored in shared memory or as a special object within the bucket 206 .
  • one of the components of the compute layer 202 has programmed instructions to store the predicate that was used to filter the objects that are contained in the temporary bucket
  • the predicate can be stored in the metadata server 204 as metadata of the temporary bucket.
  • a keyword identify e.g., “index” is used to identify the creation of a temporary bucket.
  • the OC service 212 includes programmed instructions to execute a SQL query against the temporary bucket. Whenever an object (e.g., entry) in the list of the temporary bucket is requested, the request is redirected to the object that is stored in the bucket 206 .
  • an object e.g., entry
  • the SQL query is run against the metadata-based temporary bucket “order_last_24 hrs.”
  • the OC service 212 includes programmed instructions to generate a list of objects from the temporary bucket.
  • the OC service 212 includes programmed instructions to filter (e.g., by including further conditions), sort, or filter and sort, the objects in the temporary bucket and generate a list of objects from the filtered/sorted objects.
  • one of the components of the compute layer 202 deletes the temporary bucket.
  • one of the components of the compute layer 202 deletes the temporary bucket by executing (e.g., issuing) a “drop table” SQL query.
  • the SQL query is run against an object attribute-based temporary bucket
  • the method 400 may be implemented using, or performed by, the OSS 200 , one or more components of the OSS 200 , or a processor associated with the OSS 200 or one or more components of the OSS 200 , which is detailed herein with respect to FIGS. 1-2 . Additional, fewer, or different operations may be performed in the method 400 depending on the embodiment. Operations of method 400 can be combined with operations of methods 300 and 500 .
  • a processor such as the processor (e.g., the CPU 130 A) associated with one or more components of the OSS 200 , creates a temporary bucket ( 402 ).
  • the temporary bucket includes symbolic links to objects belonging to a bucket (e.g., the bucket of method 300 ).
  • the processor creates the temporary bucket by executing an SQL query (e.g., a first SQL query, an SQL query similar to the SQL query of method 300 , a command, a request, a call).
  • the linked objects have metadata satisfying a predicate (e.g., the metadata relationships of method 300 ) specified in the (first) SQL query.
  • the predicate includes a metadata relationship for when the object was created.
  • the linked objects are static (e.g., the object attributes thereof are not changing above a predetermined frequency threshold). In some embodiments, the linked objects have object attributes satisfying a predicate (e.g., object attribute relationships) specified in the (first) SQL query.
  • a predicate e.g., object attribute relationships
  • the processor receives an SQL query (e.g., a second SQL query) ( 404 ).
  • the processor identifies, in the (second) SQL query, the temporary bucket ( 406 ).
  • the processor generates a list of objects to which the temporary bucket is linked ( 408 ).
  • the temporary bucket in method 400 is used for OLAP (online analytical processing) workloads, where the second query is run against a historical dataset in order to, in some embodiments, generate reports for recent time periods (e.g., last 24 hours, last 7 days).
  • one of the components of the compute layer 202 has programmed instructions to update a temporary bucket as objects are uploaded to the bucket 206 , updated (e.g., object attributes or metadata are updated), or deleted from the bucket 206 .
  • one of the components of the compute layer 202 has programmed instructions to create an event handler.
  • the event handler gets invoked whenever an object is either uploaded from the bucket 206 , updated, or deleted (e.g., removed) from the bucket 206 .
  • the event handler evaluates (e.g., re-evaluates) the object against the predicate used in creating the temporary bucket.
  • the object attributes or the metadata of the object is compared to a predicate (e.g., metadata relationships or object attribute relationships) of the temporary bucket.
  • one of the components of the compute layer 202 has programmed instructions to add the object (e.g., a symlink thereof) to the temporary bucket if it is not in the temporary bucket, or retain the object (e.g., a symlink thereof) if it is in the temporary bucket.
  • the object e.g., a symlink thereof
  • one of the components of the compute layer 202 has programmed instructions to not add the object (e.g., a symlink thereof) to the temporary bucket if it is not in the temporary bucket, or remove the object (e.g., a symlink thereof) from the temporary bucket if it is in the temporary bucket.
  • one of the components of the compute layer 202 has programmed instructions to delete the object from the temporary bucket.
  • removing the object can be deleted at the time that the object needs to be fetched (e.g., during query evaluation).
  • the temporary buckets are used for OLTP (Online transaction processing) workloads.
  • the OC Service 212 has programmed instructions to select a temporary bucket from multiple temporary buckets against which the one of the OC Service 212 would run a query that is presented to the OC Service 212 . In some embodiments, the OC Service 212 has programmed instructions to lookup the list of temporary buckets in the system and try and run the query against the most relevant temporary bucket. In some embodiments, the OC Service 212 has programmed instructions to determine the most relevant temporary bucket by matching the most relevant temporary bucket (e.g., the name thereof) to the temporary bucket (e.g., the name thereof) specified in the query.
  • the method 500 may be implemented using, or performed by, the OSS 200 , one or more components of the OSS 200 , or a processor associated with the OSS 200 or one or more components of the OSS 200 , which is detailed herein with respect to FIGS. 1-2 . Additional, fewer, or different operations may be performed in the method 500 depending on the embodiment. Operations of method 500 can be combined with operations of methods 300 - 400 .
  • a processor such as the processor (e.g., the CPU 130 A) associated with one or more components of the OSS 200 , detects that an object is added to (e.g., uploaded to, updated on) a main bucket (e.g., the bucket 206 ) including one or more objects the temporary bucket is linked to ( 502 ).
  • the processor invokes (e.g., executes) an event handler (e.g., instructions, method, function, routine) in response to the object being added to the main bucket.
  • an event handler e.g., instructions, method, function, routine
  • the processor determines whether the object (e.g., object attributes of the object) or metadata of the object satisfies a predicate (e.g., object attribute relationships or metadata relationships specified/used in creating the temporary bucket) of the temporary bucket ( 504 ). If the processor determines that the object or metadata satisfies the predicate, the processor adds, to the temporary bucket, the object (e.g., a symbolic link to the object) ( 506 ). If the processor determines that the object or metadata does not satisfy the predicate, the processor does not add, to the temporary bucket, the object (e.g., a symbolic link to the object) ( 508 ).
  • a predicate e.g., object attribute relationships or metadata relationships specified/used in creating the temporary bucket
  • the processor detects that an object (e.g., the object attributes or metadata thereof) in the main bucket is being updated. In some embodiments, the processor invoked the event handler in response to the object being updated. In some embodiments, if the processor determines that the object attribute/metadata satisfies the predicate, and the temporary bucket has a symlink to the object, the symlink is retained. In some embodiments, if the processor determines that the object attribute/metadata satisfies the predicate, and the temporary bucket does not have a symlink to the object, the symlink is added.
  • an object e.g., the object attributes or metadata thereof
  • the processor determines that the object attribute/metadata does not satisfy the predicate, and the temporary bucket has a symlink to the object, the symlink is removed. In some embodiments, the symlink is marked for removal and is removed at the next execution of an SQL query using the temporary bucket. In some embodiments, if the processor determines that the object attribute/metadata does not satisfy the predicate, and the temporary bucket does not have a symlink to the object, the symlink is not added.
  • Each of the elements/entities/components of the virtual computing system 100 and the OSS 200 is implemented using hardware, software, or a combination of hardware or software, in one or more embodiments.
  • some of the elements or entities of the virtual computing system 100 and the OSS 200 may be implemented as an apparatus comprising custom VLSI circuits or gate arrays, off-the-shelf semiconductors such as logic chips, transistors, or other discrete components.
  • Some of the elements or entities of the virtual computing system 100 and the OSS 200 may be implemented as an apparatus comprising programmable hardware devices such as field programmable gate arrays, programmable array logic, programmable logic devices, or the like. Some of the elements or entities of the virtual computing system 100 and the OSS 200 can include any application, program, library, script, task, service, process or any type and form of executable instructions executed by one or more processors (e.g. the CPU 130 A), in one or more embodiments. Each of the one or more processors is hardware.
  • the instructions may be stored on one or more computer readable and/or executable storage media including non-transitory storage media such as non-transitory storage media in the storage pool 140 with respect to FIG. 1 .
  • one or more of the components of the OSS 200 are run on (e.g., included in) at least one of one or more of the OVMs 110 or one or more CVMs 115 .
  • at least of the bucket 206 or the metadata server 204 is backed by one or more vdisks 120 of FIG. 1 and/or a component of the storage pool 140 .
  • the OSS 200 can include more than one of at least one of the metadata server 204 , the bucket 206 , the UI service 208 , the metadata service 210 , or the OC service 212 ).
  • any two components so associated can also be viewed as being “operably connected,” or “operably coupled,” to each other to achieve the desired functionality, and any two components capable of being so associated can also be viewed as being “operably couplable,” to each other to achieve the desired functionality.
  • operably couplable include but are not limited to physically mateable and/or physically interacting components and/or wirelessly interactable and/or wirelessly interacting components and/or logically interacting and/or logically interactable components.
  • the phrase “A or B” will be understood to include the possibilities of “A” or “B” or “A and B.” Further, unless otherwise noted, the use of the words “approximate,” “about,” “around,” “substantially,” etc., mean plus or minus ten percent.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Library & Information Science (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

An illustrative embodiment disclosed herein is an apparatus including a processor having programmed instructions that receive a structured query language (SQL) query, identify a bucket, identify metadata relationships specified in the SQL query, and execute the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is related to and claims priority under 35 U.S. § 119(e) from Indian Provisional Application No. 202041018166, filed Apr. 28, 2020, titled “SYSTEM AND METHOD OF QUERYING OBJECTS ON DEMAND,” the entire contents of which are incorporated herein by reference for all purposes.
  • BACKGROUND
  • The following description is provided to assist the understanding of the reader. None of the information provided or references cited is admitted to be prior art.
  • Virtual computing systems are widely used in a variety of applications. Virtual computing systems include one or more host machines running one or more virtual machines concurrently. The virtual machines utilize the hardware resources of the underlying host machines. Each virtual machine may be configured to run an instance of an operating system. Modern virtual computing systems allow several operating systems and several software applications to be safely run at the same time on the virtual machines of a single host machine, thereby increasing resource utilization and performance efficiency. However, the present-day virtual computing systems have limitations due to their configuration and the way they operate.
  • SUMMARY
  • Aspects of the present disclosure relate generally to a virtualization environment, and more particularly to a system and method for querying objects on demand.
  • An illustrative embodiment disclosed herein is an apparatus including a processor having programmed instructions that receive a structured query language (SQL) query, identify a bucket, identify metadata relationships specified in the SQL query, and execute the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.
  • Another illustrative embodiment disclosed herein is a non-transitory computer readable storage medium having instructions stored thereon that, upon execution by a processor, causes the processor to perform operations including receiving a structured query language (SQL) query, identifying a bucket, identifying metadata relationships specified in the SQL query, and executing the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.
  • Another illustrative embodiment disclosed herein is a computer-implemented method including receiving, by a processor, a structured query language (SQL) query, identifying, by the processor, a bucket, identifying, by the processor, metadata relationships specified in the SQL query, and executing, by the processor, the SQL query to generate a list of objects included in the bucket and having metadata satisfying the metadata relationships.
  • Further details of aspects, objects, and advantages of the invention are described below in the detailed description, drawings, and claims. Both the foregoing general description and the following detailed description are exemplary and explanatory, and are not intended to be limiting as to the scope of the invention. Particular embodiments may include all, some, or none of the components, elements, features, functions, operations, or steps of the embodiments disclosed above. The subject matter which can be claimed comprises not only the combinations of features as set out in the attached claims but also any other combination of features in the claims, wherein each feature mentioned in the claims can be combined with any other feature or combination of other features in the claims. Furthermore, any of the embodiments and features described or depicted herein can be claimed in a separate claim and/or in any combination with any embodiment or feature described or depicted herein or with any of the features of the attached claims.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is an example block diagram of a virtual computing system, in accordance with some embodiments of the present disclosure.
  • FIG. 2 illustrates an example diagram of an object storage service (OSS), in accordance with some embodiments of the present disclosure.
  • FIG. 3 illustrates an example method for executing SQL queries, in accordance with some embodiments of the present disclosure.
  • FIG. 4 illustrates an example method for executing SQL queries, in accordance with some embodiments of the present disclosure.
  • FIG. 5 illustrates an example method for updating temporary buckets, in accordance with some embodiments of the present disclosure.
  • The foregoing and other features of the present disclosure will become apparent from the following description and appended claims, taken in conjunction with the accompanying drawings. Understanding that these drawings depict only several embodiments in accordance with the disclosure and are, therefore, not to be considered limiting of its scope, the disclosure will be described with additional specificity and detail through use of the accompanying drawings.
  • DETAILED DESCRIPTION
  • In the following detailed description, reference is made to the accompanying drawings, which form a part hereof. In the drawings, similar symbols typically identify similar components, unless context dictates otherwise. The illustrative embodiments described in the detailed description, drawings, and claims are not meant to be limiting. Other embodiments may be utilized, and other changes may be made, without departing from the spirit or scope of the subject matter presented here. It will be readily understood that the aspects of the present disclosure, as generally described herein, and illustrated in the figures, can be arranged, substituted, combined, and designed in a wide variety of different configurations, all of which are explicitly contemplated and make part of this disclosure.
  • Object storage is the fastest growing form of distributed storage. Object stores are distributed key-value stores that are used to store massive amounts of unstructured data. Object storage provides simplified data-access APIs to GET/PUT objects within a bucket. However, storage admins have little insight into the data being stored in an object storage. Thus, existing APIs have proved incapable in enabling deep storage analytics.
  • Companies and customers have had to resort to building custom solutions that are unwieldy and expensive. Some existing solutions allow a customer to run an SQL query, but it can only run against a single object. This limits its usefulness to only specific use-cases.
  • Some embodiments of the disclosure herein, provides a unified SQL (structured query language) embedded within an object store deployment that extends this API to enable queries not just on a single object, but also on all the objects that are contained within a bucket, as well as on the metadata of the objects. The metadata can store information such as who created the object, when was it created, what is the size of the object, what is the content type. Moreover, some implementations of the disclosure herein allow object attribute-based or metadata-based temporary buckets/indices to be created on demand. Leveraging object attribute-based or metadata-based indices can result in reduced latency associated with serving queries on, for example, historical datasets, such as in online analytical processing workloads. Further, some embodiments of the disclosure herein update the object attribute-based or metadata-based indices, which can be useful for workloads that have dynamic data, such as online transaction processing workloads.
  • Some aspects disclosed herein bring the power of no-SQL databases directly to traditional object stores. Some embodiments are tightly coupled solutions that can scale horizontally by sharding object data and/or deploying additional storage nodes. Some embodiments expand the use and scope of object storage solutions to many data processing applications that can now directly query the object store deployment without resorting to custom and expensive solutions. Some aspects simplify information technology (IT) administration. Not only would an object store deployment be capable of storing large amounts of data, it becomes capable of providing SQL query functionality that is a hallmark of typical database system. This may pave the way for an object store deployment to be one-stop storage solution, thereby freeing a customer from resorting to custom, third party solutions which would result in huge amount of savings in terms of cost and IT resources.
  • Object Virtualization Technology and Environment
  • Referring now to FIG. 1, a virtual computing system 100 is shown, in accordance with some embodiments of the present disclosure. The virtual computing system 100 includes a plurality of nodes, such as a first node 105A, a second node 105B, and a third node 105C. The nodes may be collectively referred to herein as “nodes 105.” Each of the nodes 105 may also be referred to as a “host” or “host machine.” The first node 105A includes an object virtual machine (“OVMs”) 111A and 111B (collectively referred to herein as “OVMs 111”), a controller virtual machine (“CVM”) 115A, and a hypervisor 125A. Similarly, the second node 105B includes OVMs 112A and 112B (collectively referred to herein as “OVMs 112”), a CVM 115B, and a hypervisor 125B, and the third node 105C includes OVMs 113A and 113B (collectively referred to herein as “OVMs 113”), a CVM 115C, and a hypervisor 125C. The OVMs 111, 112, and 113 may be collectively referred to herein as “OVMs 110.” The CVMs 115A, 115B, and 115C may be collectively referred to herein as “CVMs 115.” The nodes 105 are connected to a network 165.
  • The virtual computing system 100 also includes a storage pool 140. The storage pool 140 may include network-attached storage (NAS) 150 and direct-attached storage (DAS) 145A, 145B, and 145C (collectively referred to herein as DAS 145). The NAS 150 is accessible via the network 165 and, in some embodiments, may include cloud storage 155, as well as local area network (“LAN”) storage 160. In contrast to the NAS 150, which is accessible via the network 165, each of the DAS 145A, the DAS 145B, and the DAS 145C includes storage components that are provided internally within the first node 105A, the second node 105B, and the third node 105C, respectively, such that each of the first, second, and third nodes may access its respective DAS without having to access the network 165.
  • The CVM 115A may include one or more virtual disks (“vdisks”) 120A, the CVM 115B may include one or more vdisks 120B, and the CVM 115C may include one or more vdisks 120C. The vdisks 120A, the vdisks 120B, and the vdisks 120C are collectively referred to herein as “vdisks 120.” The vdisks 120 may be a logical representation of storage space allocated from the storage pool 140. Each of the vdisks 120 may be located in a memory of a respective one of the CVMs 115. The memory of each of the CVMs 115 may be a virtualized instance of underlying hardware, such as the RAMs 135 and/or the storage pool 140. The virtualization of the underlying hardware is described below.
  • In some embodiments, the CVMs 115 may be configured to run a distributed operating system in that each of the CVMs 115 run a subset of the distributed operating system. In some such embodiments, the CVMs 115 form one or more Nutanix Operating System (“NOS”) cluster. In some embodiments, the one or more NOS clusters include greater than or fewer than the CVMs 115. In some embodiments, each of the CVMs 115 run a separate, independent instance of an operating system. In some embodiments, the one or more NOS clusters may be referred to as a storage layer.
  • In some embodiments, the OVMs 110 form an OVM cluster. OVMs of an OVM cluster may be configured to share resources with each other. The OVMs in the OVM cluster may be configured to access storage from the NOS cluster using one or more of the vdisks 120 as a storage unit. In some embodiments, the OVM cluster include greater than or fewer than the OVMs 110.
  • Some or all of the OVMs 110 in the OVM cluster may be configured to run software-defined object storage service, such as Nutanix Buckets™. As part of the object storage service (OSS), the OVMs 110 may be configured to deploy (e.g., create) a collection of buckets. A bucket is a virtual representation of, and is created on (e.g., on top of), a virtual disk (e.g., the virtual disk 120A in FIG. 1), or other data store. A bucket is like a folder except that a bucket has a hierarchy flat, whereas a folder has recursion (e.g., sub-folders). The OVMs 110 store/add one or more objects in/to one or more of the buckets (by storing the one or more objects in one or more virtual disks 120 backing the one or more buckets), and manage the buckets and objects. An object can be anything: a file, a document, a spreadsheet, a video, a data, metadata, etc. When buckets are created, they are assigned (e.g., given) endpoints through which the OVMs 110, external users or applications interfacing with the OVMs 110, can access them. Examples of endpoints are uniform resource locators (URLs). After a bucket is created, objects can be added.
  • Multiple OVM clusters and/or multiple NOS clusters may exist within a given virtual computing system (e.g., the virtual computing system 100). The one or more OVM clusters may be referred to as a client layer or object layer. The OVM clusters may be configured to access storage from multiple NOS clusters. Each of the OVM clusters may be configured to access storage from a same NOS cluster. A central management system, such as Prism Central, may manage a configuration of the multiple OVM clusters and/or multiple NOS clusters. The configuration may include a list of OVM clusters, a mapping of each OVM cluster to a list of NOS clusters from which the OVM cluster may access storage, and/or a mapping of each OVM cluster to a list of vdisks that the OVM cluster owns or has access to.
  • Each of the OVMs 110 and the CVMs 115 is a software-based implementation of a computing machine in the virtual computing system 100. The OVMs 110 and the CVMs 115 emulate the functionality of a physical computer. Specifically, the hardware resources, such as CPU, memory, storage, etc., of a single physical server computer (e.g., the first node 105A, the second node 105B, or the third node 105C) are virtualized or transformed by the respective hypervisor (e.g. the hypervisor 125A, the hypervisor 125B, and the hypervisor 125C), into the underlying support for each of the OVMs 110 and the CVMs 115 that may run its own operating system, a distributed operating system, and/or applications on the underlying physical resources just like a real computer. By encapsulating an entire machine, including CPU, memory, operating system, storage devices, and network devices, the OVMs 110 and the CVMs 115 are compatible with most standard operating systems (e.g. Windows, Linux, etc.), applications, and device drivers. Thus, each of the hypervisors 125 is a virtual machine monitor that allows the single physical server computer to run multiple instances of the OVMs 110 (e.g. the OVM 111) and at least one instance of a CVM 115 (e.g. the CVM 115A), with each of the OVM instances and the CVM instance sharing the resources of that one physical server computer, potentially across multiple environments. By running the multiple instances of the OVMs 110 on a node of the nodes 105, multiple workloads and multiple operating systems may be run on the single piece of underlying hardware computer to increase resource utilization and manage workflow.
  • The hypervisors 125 of the respective nodes 105 may be configured to run virtualization software, such as, ESXi from VMWare, AHV from Nutanix, Inc., XenServer from Citrix Systems, Inc., etc. The virtualization software on the hypervisors 125 may be configured for managing the interactions between the respective OVMs 110 (and/or the CVMs 115) and the underlying hardware of the respective nodes 105. Each of the CVMs 115 and the hypervisors 125 may be configured as suitable for use within the virtual computing system 100.
  • In some embodiments, each of the nodes 105 may be a hardware device, such as a server. For example, in some embodiments, one or more of the nodes 105 may be an NX-1000 server, NX-3000 server, NX-5000 server, NX-6000 server, NX-8000 server, etc. provided by Nutanix, Inc. or server computers from Dell, Inc., Lenovo Group Ltd. or Lenovo PC International, Cisco Systems, Inc., etc. In other embodiments, one or more of the nodes 105 may be another type of hardware device, such as a personal computer, an input/output or peripheral unit such as a printer, or any type of device that is suitable for use as a node within the virtual computing system 100. In some embodiments, the virtual computing system 100 may be part of a data center.
  • The first node 105A may include one or more central processing units (“CPUs”) 130A, the second node 105B may include one or more CPUs 130B, and the third node 105C may include one or more CPUs 130C. The CPUs 130A, 130B, and 130C are collectively referred to herein as the CPUs 130. The CPUs 130 may be configured to execute instructions. The instructions may be carried out by a special purpose computer, logic circuits, or hardware circuits of the first node 105A, the second node 105B, and the third node 105C. The CPUs 130 may be implemented in hardware, firmware, software, or any combination thereof. The term “execution” is, for example, the process of running an application or the carrying out of the operation called for by an instruction. The instructions may be written using one or more programming language, scripting language, assembly language, etc. The CPUs 130, thus, execute an instruction, meaning that they perform the operations called for by that instruction.
  • The first node 105A may include one or more random access memory units (“RAM”) 135A, the second node 105B may include one or more RAM 135B, and the third node 105C may include one or more RAM 135C. The RAMs 135A, 135B, and 135C are collectively referred to herein as the RAMs 135. The CPUs 130 may be operably coupled to the respective one of the RAMs 135, the storage pool 140, as well as with other elements of the respective ones of the nodes 105 to receive, send, and process information, and to control the operations of the respective underlying node. Each of the CPUs 130 may retrieve a set of instructions from the storage pool 140, such as, from a permanent memory device like a read only memory (“ROM”) device and copy the instructions in an executable form to a temporary memory device that is generally some form of random access memory (“RAM”), such as a respective one of the RAMs 135. One of or both of the ROM and RAM be part of the storage pool 140, or in some embodiments, may be separately provisioned from the storage pool. The RAM may be stand-alone hardware such as RAM chips or modules. Further, each of the CPUs 130 may include a single stand-alone CPU, or a plurality of CPUs that use the same or different processing technology.
  • Each of the DAS 145 may include a variety of types of memory devices. For example, in some embodiments, one or more of the DAS 145 may include, but is not limited to, any type of RAM, ROM, flash memory, magnetic storage devices (e.g., hard disk, floppy disk, magnetic strips, etc.), optical disks (e.g., compact disk (“CD”), digital versatile disk (“DVD”), etc.), smart cards, solid state devices, etc. Likewise, the NAS 150 may include any of a variety of network accessible storage (e.g., the cloud storage 155, the LAN storage 160, etc.) that is suitable for use within the virtual computing system 100 and accessible via the network 165. The storage pool 140, including the NAS 150 and the DAS 145, together form a distributed storage system configured to be accessed by each of the nodes 105 via the network 165, one or more of the OVMs 110, one or more of the CVMs 115, and/or one or more of the hypervisors 125.
  • Each of the nodes 105 may be configured to communicate and share resources with each other via the network 165, including the respective one of the CPUs 130, the respective one of the RAMs 135, and the respective one of the DAS 145. For example, in some embodiments, the nodes 105 may communicate and share resources with each other via one or more of the OVMs 110, one or more of the CVMs 115, and/or one or more of the hypervisors 125. One or more of the nodes 105 may be organized in a variety of network topologies.
  • The network 165 may include any of a variety of wired or wireless network channels that may be suitable for use within the virtual computing system 100. For example, in some embodiments, the network 165 may include wired connections, such as an Ethernet connection, one or more twisted pair wires, coaxial cables, fiber optic cables, etc. In other embodiments, the network 165 may include wireless connections, such as microwaves, infrared waves, radio waves, spread spectrum technologies, satellites, etc. The network 165 may also be configured to communicate with another device using cellular networks, local area networks, wide area networks, the Internet, etc. In some embodiments, the network 165 may include a combination of wired and wireless communications.
  • Although three of the plurality of nodes (e.g., the first node 105A, the second node 105B, and the third node 105C) are shown in the virtual computing system 100, in other embodiments, greater than or fewer than three nodes may be used. Likewise, although only two of the OVMs are shown on each of the first node 105A (e.g. the OVMs 111), the second node 105B, and the third node 105C, in other embodiments, greater than or fewer than two OVMs may reside on some or all of the nodes 105.
  • It is to be understood again that only certain components and features of the virtual computing system 100 are shown and described herein. Nevertheless, other components and features that may be needed or desired to perform the functions described herein are contemplated and considered within the scope of the present disclosure. It is also to be understood that the configuration of the various components of the virtual computing system 100 described above is only an example and is not intended to be limiting in any way. Rather, the configuration of those components may vary to perform the functions described herein.
  • Querying Objects on Demand
  • FIG. 2 illustrates an example diagram of an object storage service (OSS) 200, in accordance with some embodiments. The OSS 200 includes a compute layer 202, a metadata server 204, and a bucket 206. The compute layer 202 includes a user interface (UI) service 208, a metadata service 210 in communication with the metadata server 204, and an object controller (OC) service 212 in communication with the bucket 206. Users 214 and IT administrator 216 are in communication with the UI service 208.
  • The UI service 208 includes a processing having programmed instructions (herein, the UI service 208 includes programmed instructions) to receive a query, such as an SQL (structured query language) query, from the users 214 or the IT administrator 216. In some embodiments, the SQL query is received as an application programming interface (API) call, such as an HTTP-based web API call. In some embodiments, the SQL query is HTTP 1.1 compliant. In some embodiments, the SQL query includes one or more parameters (e.g., query target, bucket name, bucket endpoint, prefix, object attribute relationships, metadata relationships, metadata parameters, a prefix, etc.) specified/indicated by the users 214 or the IT administrator 216.
  • In some embodiments, the UI service 208 includes programmed instructions to determine (e.g., identify) the query target to be a metadata server 204 or a bucket 206. In some embodiments, if the UI service 208 determines that the query target is a metadata server 204, the UI service 208 includes programmed instructions to direct the SQL query to the metadata service 210, where the query is executed on metadata in the metadata server 204. In some embodiments, if the UI service 208 determines that the query target is a bucket 206, the UI service 208 includes programmed instructions to direct the SQL query to the OC service 212, where the query is executed on the bucket 206. In some embodiments, directing the SQL query includes forwarding the API call. In some embodiments, directing the SQL query includes parsing the API call to identify one or more parameters and sending the one or more parameters. In some embodiments, sending the one or more parameters includes encapsulating the one or more parameters in a message, a frame, a packet, a function, another API call, another SQL query, etc. In some embodiments, the UI service 208 has programmed instructions to execute (e.g., run, evaluate) the SQL query.
  • The OC service 212 includes a processing having programmed instructions (herein, the OC service 212 includes programmed instructions) to execute a SQL query on/against one or more objects in the bucket 206. In some embodiments, the OC service 212 includes programmed instructions to scan the one or more objects in the bucket 206 and generate a list of objects from the one or more objects in the bucket 206.
  • An example SQL query executed by the OC service 212 is shown below:
  • POST /?select&select-type=2/ HTTP/1.1
    Host: examplebucket.nutanix.com
    Date: Tue, 17 Oct 2017 01:49:52 GMT
    Authorization: authorization string
    Content-Length: content length
    <?xml version=“1.0” encoding=“UTF-8”?>
    <SelectRequest>
    <Expression>Select * from S3Bucket object_inventory
    </Expression>
    <ExpressionType>SQL</ExpressionType>
  • In the example, the word “S3Bucket” indicates that the query target is a bucket (as opposed to a metadata server). The bucket name is “object_inventory.” The endpoint (e.g., name, identifier, URL) of the bucket 206 in the example is “examplebucket.nutanix.com.” When executing, the OC service 212 executes the query on objects from the bucket 206 having the endpoint “examplebucket.nutanix.com,” and the name “object_inventory,” as shown based on the command “Select * from S3Bucket object_inventory.” In some embodiments, the OC service 212 generates a list of objects from the bucket “object_inventory.”
  • The OC service 212 can receive the SQL query from the UI service 208. In some embodiments, the OC service 212 includes programmed instructions to determine the query target to be a bucket. In some embodiments, the OC service 212 includes programmed instructions to execute SQL query on/against one or more objects in the bucket 206 responsive to either receiving the SQL query from the UI service 208 or determining the query target to be a bucket.
  • In some embodiments, the OC service 212 includes programmed instructions to identify a predicate/condition) (e.g., a prefix, an object attribute relationship, a metadata relationship) specified in the SQL query. Based on identifying a prefix specified in the SQL query, in some embodiments, the OC service 212 includes programmed instructions to determine which of the one or more objects in the bucket 206 have a prefix matching the prefix in the SQL query. In some embodiments, the list of objects include the objects identified by the OC service 212 as having the matching prefix.
  • An example of an SQL query (modifying the above example) to specify a prefix is shown below:
      • POST /?select&select-type=2?prefix=megastore/ HTTP/1.1
  • In the example, The OC service 212 selects (e.g., filters, prunes, identifies, narrows down the scope of the query to only run on) objects having a prefix matching the prefix “megastore,” as shown based on the prefix “prefix=megastore.” In some embodiments, the OC service 212 generates a list of the selected objects.
  • In some embodiments, the OC service 212 includes programmed instructions to identify object-related/object-oriented attribute relationships (e.g., object attribute relationships) specified in the SQL query. Based on identifying the object attribute relationships in the SQL query, in some embodiments, the OC service 212 includes programmed instructions to determine which of the one or more objects in the bucket 206 have one or more object attributes satisfying (e.g., all of) the object attribute relationships in the SQL query. In some embodiments, the OC service 212 includes programmed instructions to scan the objects of the one or more objects in the bucket 206. In some embodiments, the OC service 212 includes programmed instructions to generate a list of objects the list of objects including the one or more objects identified by the OC service 212 as having the one or more object attributes satisfying the object attribute relationships in the SQL query. The object attribute relationship may be a relationship (e.g., greater than, less than, equal to, or a combination thereof) between an object attribute (e.g., parameter) and a number (e.g., predetermined threshold, dynamic threshold, function, etc.), a relationship between two object attributes, two or more such relationships (e.g., a range), etc. The object attributes can be object related (e.g., object-oriented). For example, the object can be an “order_inventory” and the object attributes can include “item_type” and “price.”
  • An example of an SQL query to specify an object attribute is shown below:
  • <Expression>Select * from S3Bucket ‘order_inventory‘ where
    ‘item_type‘ = ‘book‘ and ‘genre‘ = ‘sci_fi‘; </Expression>
  • In the example, The OC service 212 selects objects having “‘item_type’=‘book’ and ‘genre’=‘sci_fi’.” In some embodiments, the OC service 212 generates a list of the selected objects.
  • The metadata service 210 includes a processing having programmed instructions (herein, the metadata service 210 includes programmed instructions) to execute/run a SQL query on/against metadata of the one or more objects in the bucket 206. In some embodiments, the metadata service 210 includes programmed instructions to determine one or more metadata relationships specified in the SQL query. In some embodiments, the metadata service 210 includes programmed instructions to scan the metadata of the one or more objects in the bucket 206 and generating a list of objects from the one or more objects satisfying the one or more metadata relationships. The metadata relationship may be a relationship between a metadata parameter and a number (e.g., predetermined threshold, dynamic threshold, function, etc.), a relationship between two metadata parameters, two or more such relationships (e.g., a range), etc. Metadata parameters can include last time an object was written to (e.g., updated), last time an object was read, a type (e.g., filetype) of the object, a size of the object, etc.
  • An example SQL query executed by the metadata service 210 is shown below:
  • <Expression>Select * from S3Meta where modified >
    ‘current_time( )-
    300’ and fileType = ‘csv’ and size >= ‘2048’; </Expression>
  • In the example, the word “S3Meta” indicates that the query target is a metadata server. As in the previous example, the endpoint of the bucket 206 in the example is “examplebucket.nutanix.com.” When executing, the metadata service 210 executes the query on metadata of objects from the bucket 206 having the endpoint “examplebucket.nutanix.com,” as shown based on the command “Select * from S3Meta.” Additionally, or alternatively, the metadata service 210 identifies a bucket name specified in the SQL query and executes the query from the bucket 206 having the bucket name. The metadata service 210 selects objects having metadata satisfying the following relationships: “modified>‘current_time( )−300’ and fileType=‘csv’ and size>=‘2048’.” In this example, the metadata service 210 returns the list of objects in the bucket 206 that have been added in the last 5 minutes, have a file type csv, and are greater than or equal to 2048 bytes.
  • Referring now to FIG. 3, an example method 300 for executing SQL queries is shown, in accordance with some embodiments of the present disclosure. The method 300 may be implemented using, or performed by, the OSS 200, one or more components of the OSS 200, or a processor associated with the OSS 200 or one or more components of the OSS 200, which is detailed herein with respect to FIGS. 1-2. Additional, fewer, or different operations may be performed in the method 300 depending on the embodiment. Operations of method 300 can be combined with operations of methods 400-500.
  • A processor, such as the processor (e.g., the CPU 130A) associated with one or more components of the OSS 200, receives a structured query language (SQL) query (302). The processor receives the SQL query from a user (e.g., one of the Users 214) or an admin (e.g., the IT administrator 216). In some embodiments, in the SQL query, the user or admin specifies at least one of a bucket name, a bucket endpoint, a query target, or metadata relationships. The processor identifies, in the SQL query, a bucket (304). In some embodiments, the bucket is identified based on at least one of the bucket name or the bucket endpoint. In some embodiments, the bucket includes one or more objects. In some embodiments, the processor determines, in the SQL query, a query target to be a metadata server (e.g., the metadata server 204) associated with the bucket (e.g., the one or more objects in the bucket). In some embodiments, the processor determines the query target to be a bucket (e.g., the bucket 206).
  • The processor identifies, in the SQL query, metadata relationships (306). In some embodiments, the metadata relationships include one or more relationships between a metadata parameter and a number/threshold/limit. In some embodiments, the metadata relationships include one or more relationships between a metadata parameter, a lower number, and a higher number (e.g., a range). The processor executes (e.g. runs, evaluates, processes) the SQL query to generate a list of objects included in (e.g., belonging to, assigned to, etc.) the bucket and having metadata satisfying the metadata relationships (308).
  • In some embodiments, the processor identifies object attribute relationships. In some embodiment, the processor executes the SQL query to generate a list of objects belonging to the bucket and having object attributes satisfying the object attribute relationships.
  • Referring back to FIG. 2, in some embodiments, one of the components of the compute layer 202 (e.g., the metadata service 210 or the OC service 212) have programmed instructions to create a temporary bucket (e.g., notational bucket, virtual index). In some embodiments, the temporary bucket has a reduced number of the one or more objects (e.g., a reduced dataset) as compared to the bucket 206. The temporary bucket includes symbolic links (symlinks) to the objects (e.g., the reduced number of objects) in the bucket 206. In some embodiments, the temporary bucket does not copy the objects from the bucket 206, such that the virtual disk backing the bucket 206 has no knowledge of the temporary bucket. The temporary bucket can either be stored in shared memory or as a special object within the bucket 206. In some embodiments, one of the components of the compute layer 202 has programmed instructions to store the predicate that was used to filter the objects that are contained in the temporary bucket The predicate can be stored in the metadata server 204 as metadata of the temporary bucket.
  • An example of creating an object attribute-based temporary bucket is shown below:
  • create data_index ′sci-fi_index′ using select object from S3Bucket
    ‘order_inventory‘ where ‘item_type‘ = ‘book‘ and ‘genre‘ = ‘sci_fi‘
  • In the example, a temporary bucket “sci-fi_index” is created based on an SQL query executed by the OC Service 212 on objects satisfying the relationship “‘item_type’=‘book’ and ‘genre’=‘sci_fi’.”
  • An example of creating a metadata-based temporary bucket is shown below:
  • create index ‘orders_last_24hrs' using select object from S3Meta
    where bucket=‘order_history’ and modified > current_time( ) - 86400
    and fileType = “csv”
  • In the example, a temporary bucket “order_last_24 hrs” is created based on an SQL query executed by the metadata service 210 on objects satisfying the relationship “bucket=‘order_history’ and modified>current_time( )−86400 and fileType=“csv”.” In some embodiments, a keyword identify (e.g., “index”) is used to identify the creation of a temporary bucket.
  • In some embodiments, the OC service 212 includes programmed instructions to execute a SQL query against the temporary bucket. Whenever an object (e.g., entry) in the list of the temporary bucket is requested, the request is redirected to the object that is stored in the bucket 206.
  • An example of executing an SQL query on a temporary bucket is shown below:
  • select city, sum(order_total) as city_total from
    ‘orders_last_24_hrs′ group by city order by city_total desc limit 10;
  • In the example, the SQL query is run against the metadata-based temporary bucket “order_last_24 hrs.” In some embodiments, the OC service 212 includes programmed instructions to generate a list of objects from the temporary bucket. In some embodiments, the OC service 212 includes programmed instructions to filter (e.g., by including further conditions), sort, or filter and sort, the objects in the temporary bucket and generate a list of objects from the filtered/sorted objects. In some embodiments, one of the components of the compute layer 202 deletes the temporary bucket. In some embodiments, one of the components of the compute layer 202 deletes the temporary bucket by executing (e.g., issuing) a “drop table” SQL query. In some embodiments, the SQL query is run against an object attribute-based temporary bucket
  • Referring now to FIG. 4, an example method 400 for executing SQL queries is shown, in accordance with some embodiments of the present disclosure. The method 400 may be implemented using, or performed by, the OSS 200, one or more components of the OSS 200, or a processor associated with the OSS 200 or one or more components of the OSS 200, which is detailed herein with respect to FIGS. 1-2. Additional, fewer, or different operations may be performed in the method 400 depending on the embodiment. Operations of method 400 can be combined with operations of methods 300 and 500.
  • A processor, such as the processor (e.g., the CPU 130A) associated with one or more components of the OSS 200, creates a temporary bucket (402). The temporary bucket includes symbolic links to objects belonging to a bucket (e.g., the bucket of method 300). In some embodiments, the processor creates the temporary bucket by executing an SQL query (e.g., a first SQL query, an SQL query similar to the SQL query of method 300, a command, a request, a call). In some embodiments, the linked objects have metadata satisfying a predicate (e.g., the metadata relationships of method 300) specified in the (first) SQL query. In some embodiments, the predicate includes a metadata relationship for when the object was created. In some embodiments, the linked objects are static (e.g., the object attributes thereof are not changing above a predetermined frequency threshold). In some embodiments, the linked objects have object attributes satisfying a predicate (e.g., object attribute relationships) specified in the (first) SQL query.
  • The processor receives an SQL query (e.g., a second SQL query) (404). The processor identifies, in the (second) SQL query, the temporary bucket (406). The processor generates a list of objects to which the temporary bucket is linked (408). In some embodiments, the temporary bucket in method 400 is used for OLAP (online analytical processing) workloads, where the second query is run against a historical dataset in order to, in some embodiments, generate reports for recent time periods (e.g., last 24 hours, last 7 days).
  • Referring back to FIG. 2, in some embodiments, one of the components of the compute layer 202 has programmed instructions to update a temporary bucket as objects are uploaded to the bucket 206, updated (e.g., object attributes or metadata are updated), or deleted from the bucket 206. In some embodiments, one of the components of the compute layer 202 has programmed instructions to create an event handler. In some embodiments, the event handler gets invoked whenever an object is either uploaded from the bucket 206, updated, or deleted (e.g., removed) from the bucket 206. For example, when an object is updated or a new object is uploaded, and the object is in the bucket 206 that contains objects to which a temporary bucket is linked (e.g., has symlinks), the event handler evaluates (e.g., re-evaluates) the object against the predicate used in creating the temporary bucket. In some embodiments, the object attributes or the metadata of the object is compared to a predicate (e.g., metadata relationships or object attribute relationships) of the temporary bucket. If the object matches (e.g., has metadata/object attributes that match/satisfies) the predicate, then one of the components of the compute layer 202 has programmed instructions to add the object (e.g., a symlink thereof) to the temporary bucket if it is not in the temporary bucket, or retain the object (e.g., a symlink thereof) if it is in the temporary bucket. If the object does not match the predicate, then one of the components of the compute layer 202 has programmed instructions to not add the object (e.g., a symlink thereof) to the temporary bucket if it is not in the temporary bucket, or remove the object (e.g., a symlink thereof) from the temporary bucket if it is in the temporary bucket. In some embodiments, when an object is deleted from the bucket 206, and one of the components of the compute layer 202 determines that the object is in the temporary bucket, one of the components of the compute layer 202 has programmed instructions to delete the object from the temporary bucket. In some embodiments, removing the object can be deleted at the time that the object needs to be fetched (e.g., during query evaluation). In some embodiments, the temporary buckets are used for OLTP (Online transaction processing) workloads.
  • In some embodiments, the OC Service 212 has programmed instructions to select a temporary bucket from multiple temporary buckets against which the one of the OC Service 212 would run a query that is presented to the OC Service 212. In some embodiments, the OC Service 212 has programmed instructions to lookup the list of temporary buckets in the system and try and run the query against the most relevant temporary bucket. In some embodiments, the OC Service 212 has programmed instructions to determine the most relevant temporary bucket by matching the most relevant temporary bucket (e.g., the name thereof) to the temporary bucket (e.g., the name thereof) specified in the query.
  • Referring now to FIG. 5, an example method 500 for updating temporary buckets is shown, in accordance with some embodiments of the present disclosure. The method 500 may be implemented using, or performed by, the OSS 200, one or more components of the OSS 200, or a processor associated with the OSS 200 or one or more components of the OSS 200, which is detailed herein with respect to FIGS. 1-2. Additional, fewer, or different operations may be performed in the method 500 depending on the embodiment. Operations of method 500 can be combined with operations of methods 300-400.
  • A processor, such as the processor (e.g., the CPU 130A) associated with one or more components of the OSS 200, detects that an object is added to (e.g., uploaded to, updated on) a main bucket (e.g., the bucket 206) including one or more objects the temporary bucket is linked to (502). In some embodiments, the processor invokes (e.g., executes) an event handler (e.g., instructions, method, function, routine) in response to the object being added to the main bucket. The processor (e.g., via the event handler) determines whether the object (e.g., object attributes of the object) or metadata of the object satisfies a predicate (e.g., object attribute relationships or metadata relationships specified/used in creating the temporary bucket) of the temporary bucket (504). If the processor determines that the object or metadata satisfies the predicate, the processor adds, to the temporary bucket, the object (e.g., a symbolic link to the object) (506). If the processor determines that the object or metadata does not satisfy the predicate, the processor does not add, to the temporary bucket, the object (e.g., a symbolic link to the object) (508).
  • In some embodiments, the processor detects that an object (e.g., the object attributes or metadata thereof) in the main bucket is being updated. In some embodiments, the processor invoked the event handler in response to the object being updated. In some embodiments, if the processor determines that the object attribute/metadata satisfies the predicate, and the temporary bucket has a symlink to the object, the symlink is retained. In some embodiments, if the processor determines that the object attribute/metadata satisfies the predicate, and the temporary bucket does not have a symlink to the object, the symlink is added. In some embodiments, if the processor determines that the object attribute/metadata does not satisfy the predicate, and the temporary bucket has a symlink to the object, the symlink is removed. In some embodiments, the symlink is marked for removal and is removed at the next execution of an SQL query using the temporary bucket. In some embodiments, if the processor determines that the object attribute/metadata does not satisfy the predicate, and the temporary bucket does not have a symlink to the object, the symlink is not added.
  • Each of the elements/entities/components of the virtual computing system 100 and the OSS 200 (e.g., the metadata server 204, the bucket 206, the UI service 208, the metadata service 210, and the OC service 212), is implemented using hardware, software, or a combination of hardware or software, in one or more embodiments. For instance, some of the elements or entities of the virtual computing system 100 and the OSS 200 may be implemented as an apparatus comprising custom VLSI circuits or gate arrays, off-the-shelf semiconductors such as logic chips, transistors, or other discrete components. Some of the elements or entities of the virtual computing system 100 and the OSS 200 may be implemented as an apparatus comprising programmable hardware devices such as field programmable gate arrays, programmable array logic, programmable logic devices, or the like. Some of the elements or entities of the virtual computing system 100 and the OSS 200 can include any application, program, library, script, task, service, process or any type and form of executable instructions executed by one or more processors (e.g. the CPU 130A), in one or more embodiments. Each of the one or more processors is hardware. The instructions may be stored on one or more computer readable and/or executable storage media including non-transitory storage media such as non-transitory storage media in the storage pool 140 with respect to FIG. 1.
  • In some embodiments, one or more of the components of the OSS 200 are run on (e.g., included in) at least one of one or more of the OVMs 110 or one or more CVMs 115. In some embodiments, at least of the bucket 206 or the metadata server 204 is backed by one or more vdisks 120 of FIG. 1 and/or a component of the storage pool 140. In some embodiments, the OSS 200 can include more than one of at least one of the metadata server 204, the bucket 206, the UI service 208, the metadata service 210, or the OC service 212).
  • It is to be understood that any examples used herein are simply for purposes of explanation and are not intended to be limiting in any way.
  • The herein described subject matter sometimes illustrates different components contained within, or connected with, different other components. It is to be understood that such depicted architectures are merely exemplary, and that in fact many other architectures can be implemented which achieve the same functionality. In a conceptual sense, any arrangement of components to achieve the same functionality is effectively “associated” such that the desired functionality is achieved. Hence, any two components herein combined to achieve a particular functionality can be seen as “associated with” each other such that the desired functionality is achieved, irrespective of architectures or intermedial components. Likewise, any two components so associated can also be viewed as being “operably connected,” or “operably coupled,” to each other to achieve the desired functionality, and any two components capable of being so associated can also be viewed as being “operably couplable,” to each other to achieve the desired functionality. Specific examples of operably couplable include but are not limited to physically mateable and/or physically interacting components and/or wirelessly interactable and/or wirelessly interacting components and/or logically interacting and/or logically interactable components.
  • With respect to the use of substantially any plural and/or singular terms herein, those having skill in the art can translate from the plural to the singular and/or from the singular to the plural as is appropriate to the context and/or application. The various singular/plural permutations may be expressly set forth herein for sake of clarity.
  • It will be understood by those within the art that, in general, terms used herein, and especially in the appended claims (e.g., bodies of the appended claims) are generally intended as “open” terms (e.g., the term “including” should be interpreted as “including but not limited to,” the term “having” should be interpreted as “having at least,” the term “includes” should be interpreted as “includes but is not limited to,” etc.). It will be further understood by those within the art that if a specific number of an introduced claim recitation is intended, such an intent will be explicitly recited in the claim, and in the absence of such recitation no such intent is present. For example, as an aid to understanding, the following appended claims may contain usage of the introductory phrases “at least one” and “one or more” to introduce claim recitations. However, the use of such phrases should not be construed to imply that the introduction of a claim recitation by the indefinite articles “a” or “an” limits any particular claim containing such introduced claim recitation to inventions containing only one such recitation, even when the same claim includes the introductory phrases “one or more” or “at least one” and indefinite articles such as “a” or “an” (e.g., “a” and/or “an” should typically be interpreted to mean “at least one” or “one or more”); the same holds true for the use of definite articles used to introduce claim recitations. In addition, even if a specific number of an introduced claim recitation is explicitly recited, those skilled in the art will recognize that such recitation should typically be interpreted to mean at least the recited number (e.g., the bare recitation of “two recitations,” without other modifiers, typically means at least two recitations, or two or more recitations). Furthermore, in those instances where a convention analogous to “at least one of A, B, and C, etc.” is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., “a system having at least one of A, B, and C” would include but not be limited to systems that have A alone, B alone, C alone, A and B together, A and C together, B and C together, and/or A, B, and C together, etc.). In those instances where a convention analogous to “at least one of A, B, or C, etc.” is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., “a system having at least one of A, B, or C” would include but not be limited to systems that have A alone, B alone, C alone, A and B together, A and C together, B and C together, and/or A, B, and C together, etc.). It will be further understood by those within the art that virtually any disjunctive word and/or phrase presenting two or more alternative terms, whether in the description, claims, or drawings, should be understood to contemplate the possibilities of including one of the terms, either of the terms, or both terms. For example, the phrase “A or B” will be understood to include the possibilities of “A” or “B” or “A and B.” Further, unless otherwise noted, the use of the words “approximate,” “about,” “around,” “substantially,” etc., mean plus or minus ten percent.
  • The foregoing description of illustrative embodiments has been presented for purposes of illustration and of description. It is not intended to be exhaustive or limiting with respect to the precise form disclosed, and modifications and variations are possible in light of the above teachings or may be acquired from practice of the disclosed embodiments. It is intended that the scope of the invention be defined by the claims appended hereto and their equivalents.

Claims (20)

1. An apparatus comprising a processor having programmed instructions that:
receive a structured query language (SQL) query as an S3 application programming interface (API) call;
identify a bucket of unstructured data residing in an S3-compliant object storage system;
identify metadata relationships specified in the SQL query; and
execute the SQL query to generate a list of objects from the unstructured data included in the bucket, wherein the list of objects have metadata satisfying the metadata relationships.
2. The apparatus of claim 1, the processor having programmed instructions that:
identify a prefix specified in the SQL query; and
execute the SQL query to generate a second list of objects having an object prefix matching the specified prefix.
3. The apparatus of claim 1, the processor having programmed instructions that:
identify a temporary bucket specified in the SQL query and having links to one or more objects in the bucket; and
execute the SQL query to generate a third list of objects to which the temporary bucket is linked.
4. The apparatus of claim 3, the processor having programmed instructions that create the temporary bucket based upon a second SQL query specifying the metadata relationships.
5. The apparatus of claim 3, wherein the temporary bucket is stored as an object within the bucket.
6. The apparatus of claim 1, wherein the bucket is specified in the SQL query.
7. The apparatus of claim 1, wherein metadata relationships include a range corresponding to a metadata parameter.
8. A non-transitory computer readable storage medium having instructions stored thereon that, upon execution by a processor, causes the processor to perform operations comprising:
receiving a structured query language (SQL) query as an S3 application programming interface (API) call;
identifying a bucket of unstructured data residing in an S3-compliant object storage system;
identifying metadata relationships specified in the SQL query; and
executing the SQL query to generate a list of objects from the unstructured data included in the bucket, wherein the list of objects have metadata satisfying the metadata relationships.
9. The medium of claim 8, the operations further comprising:
identify a prefix specified in the SQL query; and
execute the SQL query to generate a second list of objects having an object prefix matching the specified prefix.
10. The medium of claim 8, the operations further comprising:
identifying a temporary bucket specified in the SQL query and having links to one or more objects in the bucket; and
executing the SQL query to generate a third list of objects to which the temporary bucket is linked.
11. The medium of claim 10, the operations further comprising creating the temporary bucket based upon a second SQL query specifying the metadata relationships.
12. The medium of claim 10, wherein the temporary bucket is stored as an object within the bucket.
13. The medium of claim 8, wherein the bucket is specified in the SQL query.
14. The medium of claim 8, wherein metadata relationships include a range corresponding to a metadata parameter.
15. A computer-implemented method comprising:
receiving, by a processor, a structured query language (SQL) query as an S3 application programming interface (API) call;
identifying, by the processor, a bucket of unstructured data residing in an S3-compliant object storage system;
identifying, by the processor, metadata relationships specified in the SQL query; and
executing, by the processor, the SQL query to generate a list of objects from the unstructured data included in the bucket, wherein the list of objects have metadata satisfying the metadata relationships.
16. The method of claim 15, further comprising:
identify a prefix specified in the SQL query; and
execute the SQL query to generate a second list of objects having an object prefix matching the specified prefix.
17. The method of claim 15, further comprising:
identifying a temporary bucket specified in the SQL query and having links to one or more objects in the bucket; and
executing the SQL query to generate a third list of objects to which the temporary bucket is linked.
18. The method of claim 17, further comprising creating the temporary bucket based upon a second SQL query specifying the metadata relationships.
19. The method of claim 17, wherein the temporary bucket is stored as an object within the bucket.
20. The method of claim 15, wherein the bucket is specified in the SQL query.
US16/904,502 2020-04-28 2020-06-17 System and method of querying objects on demand Abandoned US20210334284A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
IN202041018166 2020-04-28
IN202041018166 2020-04-28

Publications (1)

Publication Number Publication Date
US20210334284A1 true US20210334284A1 (en) 2021-10-28

Family

ID=78222212

Family Applications (3)

Application Number Title Priority Date Filing Date
US16/904,502 Abandoned US20210334284A1 (en) 2020-04-28 2020-06-17 System and method of querying objects on demand
US16/904,479 Active 2040-10-09 US11436229B2 (en) 2020-04-28 2020-06-17 System and method of updating temporary bucket based on object attribute relationships or metadata relationships
US17/880,283 Pending US20220374433A1 (en) 2020-04-28 2022-08-03 System and method of querying objects on demand

Family Applications After (2)

Application Number Title Priority Date Filing Date
US16/904,479 Active 2040-10-09 US11436229B2 (en) 2020-04-28 2020-06-17 System and method of updating temporary bucket based on object attribute relationships or metadata relationships
US17/880,283 Pending US20220374433A1 (en) 2020-04-28 2022-08-03 System and method of querying objects on demand

Country Status (1)

Country Link
US (3) US20210334284A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220308985A1 (en) * 2021-03-23 2022-09-29 Red Hat, Inc. Debugging sql statements
US20220374433A1 (en) * 2020-04-28 2022-11-24 Nutanix, Inc. System and method of querying objects on demand

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11989200B2 (en) 2022-05-25 2024-05-21 Nutanix, Inc. System and method for lambda buckets

Family Cites Families (130)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6209128B1 (en) 1998-06-05 2001-03-27 International Business Machines Corporation Apparatus and method for providing access to multiple object versions
US6466932B1 (en) 1998-08-14 2002-10-15 Microsoft Corporation System and method for implementing group policy
US6907422B1 (en) * 2001-12-18 2005-06-14 Siebel Systems, Inc. Method and system for access and display of data from large data sets
US6775673B2 (en) 2001-12-19 2004-08-10 Hewlett-Packard Development Company, L.P. Logical volume-level migration in a partition-based distributed file system
US8166128B1 (en) 2003-02-28 2012-04-24 Oracle America, Inc. Systems and methods for dynamically updating a virtual volume in a storage virtualization environment
US7146356B2 (en) 2003-03-21 2006-12-05 International Business Machines Corporation Real-time aggregation of unstructured data into structured data for SQL processing by a relational database engine
US7395279B2 (en) 2003-11-17 2008-07-01 International Business Machines Corporation System and method for achieving different levels of data consistency
US20060047636A1 (en) 2004-08-26 2006-03-02 Mohania Mukesh K Method and system for context-oriented association of unstructured content with the result of a structured database query
US7519962B2 (en) 2004-10-07 2009-04-14 Thomson Financial Llc Command script parsing using local and extended storage for command lookup
US7672979B1 (en) * 2005-04-22 2010-03-02 Symantec Operating Corporation Backup and restore techniques using inconsistent state indicators
US7721044B1 (en) 2005-10-20 2010-05-18 American Megatrends, Inc. Expanding the storage capacity of a virtualized data storage system
US7653668B1 (en) 2005-11-23 2010-01-26 Symantec Operating Corporation Fault tolerant multi-stage data replication with relaxed coherency guarantees
US7958436B2 (en) 2005-12-23 2011-06-07 Intel Corporation Performing a cyclic redundancy checksum operation responsive to a user-level instruction
US7685109B1 (en) * 2005-12-29 2010-03-23 Amazon Technologies, Inc. Method and apparatus for data partitioning and replication in a searchable data service
US8019732B2 (en) 2008-08-08 2011-09-13 Amazon Technologies, Inc. Managing access of multiple executing programs to non-local block data storage
US8688773B2 (en) 2008-08-18 2014-04-01 Emc Corporation System and method for dynamically enabling an application for business continuity
US8250033B1 (en) 2008-09-29 2012-08-21 Emc Corporation Replication of a data set using differential snapshots
US8214352B2 (en) 2008-11-26 2012-07-03 Hewlett-Packard Development Company Modular query optimizer
US8171202B2 (en) 2009-04-21 2012-05-01 Google Inc. Asynchronous distributed object uploading for replicated content addressable storage clusters
US9069983B1 (en) 2009-04-29 2015-06-30 Symantec Corporation Method and apparatus for protecting sensitive information from disclosure through virtual machines files
US8271450B2 (en) 2009-10-01 2012-09-18 Vmware, Inc. Monitoring a data structure in a virtual machine and determining if memory pages containing the data structure are swapped into or out of guest physical memory
US20110137966A1 (en) 2009-12-08 2011-06-09 Netapp, Inc. Methods and systems for providing a unified namespace for multiple network protocols
US8484259B1 (en) 2009-12-08 2013-07-09 Netapp, Inc. Metadata subsystem for a distributed object store in a network storage system
US9507799B1 (en) 2009-12-08 2016-11-29 Netapp, Inc. Distributed object store for network-based content repository
US8380659B2 (en) 2010-02-09 2013-02-19 Google Inc. Method and system for efficiently replicating data in non-relational databases
US20110196900A1 (en) 2010-02-09 2011-08-11 Alexandre Drobychev Storage of Data In A Distributed Storage System
US8560292B2 (en) 2010-02-09 2013-10-15 Google Inc. Location assignment daemon (LAD) simulation system and method
US8402139B2 (en) 2010-02-26 2013-03-19 Red Hat, Inc. Methods and systems for matching resource requests with cloud computing environments
US9110882B2 (en) 2010-05-14 2015-08-18 Amazon Technologies, Inc. Extracting structured knowledge from unstructured text
EP2614432A4 (en) 2010-09-07 2014-05-14 Hewlett Packard Development Co System and method for automated deployment of a multi-component computer environment
US8468524B2 (en) 2010-10-13 2013-06-18 Lsi Corporation Inter-virtual machine time profiling of I/O transactions
US8762425B2 (en) 2010-10-18 2014-06-24 Hewlett-Packard Development Company, L.P. Managing a data structure
US8799222B2 (en) 2010-12-17 2014-08-05 Symantec Corporation Host based software block level replication using metadata indicating changed data objects at source and secondary nodes
US8849825B1 (en) 2010-12-23 2014-09-30 Amazon Technologies, Inc. System and method for clustering distributed hash table entries
US10262050B2 (en) 2015-09-25 2019-04-16 Mongodb, Inc. Distributed database systems and methods with pluggable storage engines
US11222052B2 (en) 2011-02-22 2022-01-11 Refinitiv Us Organization Llc Machine learning-based relationship association and related discovery and
US8538926B2 (en) 2011-03-08 2013-09-17 Rackspace Us, Inc. Massively scalable object storage system for storing object replicas
US20120331243A1 (en) 2011-06-24 2012-12-27 International Business Machines Corporation Remote Direct Memory Access ('RDMA') In A Parallel Computer
US8490113B2 (en) 2011-06-24 2013-07-16 International Business Machines Corporation Messaging in a parallel computer using remote direct memory access (‘RDMA’)
US8549518B1 (en) 2011-08-10 2013-10-01 Nutanix, Inc. Method and system for implementing a maintenanece service for managing I/O and storage for virtualization environment
US9652265B1 (en) 2011-08-10 2017-05-16 Nutanix, Inc. Architecture for managing I/O and storage for a virtualization environment with multiple hypervisor types
US9009106B1 (en) 2011-08-10 2015-04-14 Nutanix, Inc. Method and system for implementing writable snapshots in a virtualized storage environment
US8850130B1 (en) 2011-08-10 2014-09-30 Nutanix, Inc. Metadata for managing I/O and storage for a virtualization
US8601473B1 (en) 2011-08-10 2013-12-03 Nutanix, Inc. Architecture for managing I/O and storage for a virtualization environment
US8863124B1 (en) 2011-08-10 2014-10-14 Nutanix, Inc. Architecture for managing I/O and storage for a virtualization environment
US9747287B1 (en) 2011-08-10 2017-08-29 Nutanix, Inc. Method and system for managing metadata for a virtualization environment
US8849759B2 (en) 2012-01-13 2014-09-30 Nexenta Systems, Inc. Unified local storage supporting file and cloud object access
US9910904B2 (en) 2011-08-30 2018-03-06 International Business Machines Corporation Replication of data objects from a source server to a target server
KR101864618B1 (en) 2011-09-06 2018-06-07 엘지전자 주식회사 Mobile terminal and method for providing user interface thereof
US9805054B2 (en) 2011-11-14 2017-10-31 Panzura, Inc. Managing a global namespace for a distributed filesystem
DE202012013469U1 (en) 2011-11-14 2017-01-30 Google Inc. Data Processing Service
US9135269B2 (en) 2011-12-07 2015-09-15 Egnyte, Inc. System and method of implementing an object storage infrastructure for cloud-based services
US9471243B2 (en) 2011-12-15 2016-10-18 Veritas Technologies Llc Dynamic storage tiering in a virtual environment
CN103226518B (en) 2012-01-31 2016-06-22 国际商业机器公司 A kind of method and apparatus carrying out volume extension in storage management system
US9336132B1 (en) 2012-02-06 2016-05-10 Nutanix, Inc. Method and system for implementing a distributed operations log
US9355120B1 (en) 2012-03-02 2016-05-31 Netapp, Inc. Systems and methods for managing files in a content storage system
US9043567B1 (en) 2012-03-28 2015-05-26 Netapp, Inc. Methods and systems for replicating an expandable storage volume
US20130332608A1 (en) 2012-06-06 2013-12-12 Hitachi, Ltd. Load balancing for distributed key-value store
US9772866B1 (en) 2012-07-17 2017-09-26 Nutanix, Inc. Architecture for implementing a virtualization environment and appliance
US10528262B1 (en) 2012-07-26 2020-01-07 EMC IP Holding Company LLC Replication-based federation of scalable data across multiple sites
US8997088B2 (en) 2012-11-02 2015-03-31 Wipro Limited Methods and systems for automated deployment of software applications on heterogeneous cloud environments
US9052942B1 (en) 2012-12-14 2015-06-09 Amazon Technologies, Inc. Storage object deletion job management
US9069708B2 (en) 2012-12-27 2015-06-30 Nutanix, Inc. Method and system for implementing consistency groups with virtual machines
EP2973051A4 (en) 2013-03-15 2016-11-16 Amazon Tech Inc EVOLUTIVE ANALYSIS PLATFORM FOR SEMI-STRUCTURED DATA
US20140379840A1 (en) 2013-06-24 2014-12-25 Akamai Technologies, Inc. Predictive prefetching of web content
KR101547498B1 (en) 2013-08-08 2015-08-26 삼성전자주식회사 The method and apparatus for distributing data in a hybrid cloud environment
US10193963B2 (en) * 2013-10-24 2019-01-29 Vmware, Inc. Container virtual machines for hadoop
US9141676B2 (en) 2013-12-02 2015-09-22 Rakuten Usa, Inc. Systems and methods of modeling object networks
US20150156131A1 (en) 2013-12-04 2015-06-04 International Business Machines Corporation Method and system of geographic migration of workloads between private and public clouds
US10120902B2 (en) 2014-02-20 2018-11-06 Citus Data Bilgi Islemleri Ticaret A.S. Apparatus and method for processing distributed relational algebra operators in a distributed database
US9607071B2 (en) 2014-03-07 2017-03-28 Adobe Systems Incorporated Managing a distributed database across a plurality of clusters
US9639546B1 (en) 2014-05-23 2017-05-02 Amazon Technologies, Inc. Object-backed block-based distributed storage
US9588796B2 (en) 2014-06-28 2017-03-07 Vmware, Inc. Live migration with pre-opened shared disks
US20160048408A1 (en) 2014-08-13 2016-02-18 OneCloud Labs, Inc. Replication of virtualized infrastructure within distributed computing environments
CN105893188B (en) 2014-09-30 2018-12-14 伊姆西公司 Method and apparatus for accelerating the data reconstruction of disk array
US20160117226A1 (en) 2014-10-22 2016-04-28 Netapp, Inc. Data recovery technique for recovering data from an object store
CN107111531B (en) 2014-10-29 2021-04-09 慧与发展有限责任合伙企业 System, method and storage medium for data recovery using allocation maps
US9983936B2 (en) * 2014-11-20 2018-05-29 Commvault Systems, Inc. Virtual machine change block tracking
US9533804B2 (en) 2015-01-20 2017-01-03 American Greetings Corporation Gift box with special effects
US9256498B1 (en) 2015-06-02 2016-02-09 Zerto Ltd. System and method for generating backups of a protected system from a recovery system
US10565230B2 (en) 2015-07-31 2020-02-18 Netapp, Inc. Technique for preserving efficiency for replication between clusters of a network
US11334540B2 (en) 2015-09-25 2022-05-17 Netapp, Inc. Namespace hierarchy preservation with multiple object storage objects
US10747752B2 (en) 2015-10-23 2020-08-18 Oracle International Corporation Space management for transactional consistency of in-memory objects on a standby database
US10296255B1 (en) 2015-12-16 2019-05-21 EMC IP Holding Company LLC Data migration techniques
US10409837B1 (en) 2015-12-22 2019-09-10 Uber Technologies, Inc. Asynchronous notifications for a datastore of a distributed system
US10095506B2 (en) 2016-02-12 2018-10-09 Nutanix, Inc. Virtualized file server data sharing
US12287763B2 (en) 2016-05-27 2025-04-29 Netapp, Inc. Methods for facilitating external cache in a cloud storage environment and devices thereof
US10198204B2 (en) 2016-06-01 2019-02-05 Advanced Micro Devices, Inc. Self refresh state machine MOP array
US10785299B2 (en) 2016-06-08 2020-09-22 Nutanix, Inc. Generating cloud-hosted storage objects from observed data access patterns
US10162528B2 (en) * 2016-10-25 2018-12-25 Commvault Systems, Inc. Targeted snapshot based on virtual machine location
CN108090731B (en) 2016-11-23 2021-10-15 腾讯科技(深圳)有限公司 Information processing method and device
CN106777225B (en) 2016-12-26 2021-04-06 腾讯科技(深圳)有限公司 Data migration method and system
US10652330B2 (en) * 2017-01-15 2020-05-12 Google Llc Object storage in cloud with reference counting using versions
US10768827B2 (en) 2017-04-07 2020-09-08 Microsoft Technology Licensing, Llc Performance throttling of virtual drives
US10216823B2 (en) 2017-05-31 2019-02-26 HarperDB, Inc. Systems, methods, and apparatus for hierarchical database
US10725826B1 (en) 2017-06-21 2020-07-28 Amazon Technologies, Inc. Serializing duration-limited task executions in an on demand code execution system
US10901796B2 (en) 2017-06-30 2021-01-26 Microsoft Technology Licensing, Llc Hash-based partitioning system
US11989194B2 (en) * 2017-07-31 2024-05-21 Splunk Inc. Addressing memory limits for partition tracking among worker nodes
US11663084B2 (en) 2017-08-08 2023-05-30 Rubrik, Inc. Auto-upgrade of remote data management connectors
US11403178B2 (en) 2017-09-29 2022-08-02 Google Llc Incremental vault to object store
US10521116B2 (en) * 2018-01-23 2019-12-31 Nutanix, Inc. System and method for managing object store
US10963356B2 (en) 2018-04-18 2021-03-30 Nutanix, Inc. Dynamic allocation of compute resources at a recovery site
US20190370362A1 (en) 2018-05-31 2019-12-05 Microsoft Technology Licensing, Llc Multi-protocol cloud storage for big data and analytics
US20190384678A1 (en) * 2018-06-14 2019-12-19 Nutanix, Inc. System and method for managing backup and restore of objects over cloud platforms
US11294699B2 (en) 2018-06-29 2022-04-05 Hewlett Packard Enterprise Development Lp Dynamically scaled hyperconverged system establishing minimum supported interoperable communication protocol between clusters in a cluster group
US10802975B2 (en) 2018-07-20 2020-10-13 EMC IP Holding Company LLC In-memory dataflow execution with dynamic placement of cache operations
US11099938B2 (en) 2018-07-31 2021-08-24 Vmware, Inc. System and method for creating linked clones of storage objects with surface snapshots
US10733029B2 (en) 2018-07-31 2020-08-04 Hewlett Packard Enterprise Development Lp Movement of services across clusters
US20200104222A1 (en) 2018-09-28 2020-04-02 Hewlett Packard Enterprise Development Lp Systems and methods for managing server cluster environments and providing failure recovery therein
US11599500B2 (en) 2018-10-11 2023-03-07 Box, Inc. Systems and methods for sharding based on distributed inverted indexes
US10715622B2 (en) 2018-12-14 2020-07-14 Nutanix, Inc. Systems and methods for accelerating object stores with distributed caching
JP2020101949A (en) 2018-12-20 2020-07-02 株式会社日立製作所 Storage system and method for controlling storage system
US20200201867A1 (en) * 2018-12-20 2020-06-25 Intermix Software, Inc. Inserting annotations for application tracing
US10691464B1 (en) 2019-01-18 2020-06-23 quadric.io Systems and methods for virtually partitioning a machine perception and dense algorithm integrated circuit
US11086723B2 (en) 2019-01-31 2021-08-10 Rubrik, Inc. Distributed streaming parallel database restores
US10909121B2 (en) * 2019-02-22 2021-02-02 Snowflake Inc. Storing multi-level metadata in database systems
US10924537B2 (en) 2019-03-25 2021-02-16 Turbonomic, Inc. Systems, apparatus and methods for cost and performance-based management of resources in a cloud environment
US11226905B2 (en) 2019-04-01 2022-01-18 Nutanix, Inc. System and method for mapping objects to regions
US20200310859A1 (en) * 2019-04-01 2020-10-01 Nutanix, Inc. System and method for an object layer
US11029993B2 (en) 2019-04-04 2021-06-08 Nutanix, Inc. System and method for a distributed key-value store
US11157325B2 (en) * 2019-06-13 2021-10-26 Nutanix, Inc. System and method for seamless integration of automated orchestrator
US11200234B2 (en) * 2019-06-14 2021-12-14 Oracle International Corporation Non-disruptive dynamic ad-hoc database catalog services
US10990596B2 (en) * 2019-06-14 2021-04-27 Oracle International Corporation Non-disruptive referencing of special purpose operators for database management systems
US11669349B2 (en) 2019-07-24 2023-06-06 Workspot, Inc. Method and system for cloud desktop fabric
US11226805B2 (en) 2019-07-31 2022-01-18 Dell Products L.P. Method and system for predicting upgrade completion times in hyper-converged infrastructure environments
US11055010B2 (en) 2019-09-05 2021-07-06 Microsoft Technology Licensing, Llc Data partition migration via metadata transfer and access attribute change
US11263220B2 (en) * 2019-09-27 2022-03-01 Amazon Technologies, Inc. On-demand execution of object transformation code in output path of object storage service
US11226873B2 (en) 2019-10-28 2022-01-18 Rubrik, Inc. Scaling single file snapshot performance across clustered system
US11983407B2 (en) 2020-03-23 2024-05-14 VMare LLC Enhanced data compression in distributed datastores
US20210334284A1 (en) * 2020-04-28 2021-10-28 Nutanix, Inc. System and method of querying objects on demand

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220374433A1 (en) * 2020-04-28 2022-11-24 Nutanix, Inc. System and method of querying objects on demand
US20220308985A1 (en) * 2021-03-23 2022-09-29 Red Hat, Inc. Debugging sql statements
US11960380B2 (en) * 2021-03-23 2024-04-16 Red Hat, Inc. Debugging SQL statements

Also Published As

Publication number Publication date
US20210334147A1 (en) 2021-10-28
US11436229B2 (en) 2022-09-06
US20220374433A1 (en) 2022-11-24

Similar Documents

Publication Publication Date Title
US11860874B2 (en) Multi-partitioning data for combination operations
US11868359B2 (en) Dynamically assigning queries to secondary query processing resources
US12141183B2 (en) Dynamic partition allocation for query execution
US11586692B2 (en) Streaming data processing
US20240220497A1 (en) Using worker nodes to process results of a subquery
US20230049579A1 (en) Executing commands from a distributed execution model
US11921672B2 (en) Query execution at a remote heterogeneous data store of a data fabric service
US11580107B2 (en) Bucket data distribution for exporting data to worker nodes
US11586627B2 (en) Partitioning and reducing records at ingest of a worker node
US11321321B2 (en) Record expansion and reduction based on a processing task in a data intake and query system
US11151137B2 (en) Multi-partition operation in combination operations
US11023463B2 (en) Converting and modifying a subquery for an external data system
US11314753B2 (en) Execution of a query received from a data intake and query system
US11243963B2 (en) Distributing partial results to worker nodes from an external data system
US11416528B2 (en) Query acceleration data store
US11163758B2 (en) External dataset capability compensation
US11461334B2 (en) Data conditioning for dataset destination
US20200065303A1 (en) Addressing memory limits for partition tracking among worker nodes
US10698897B2 (en) Executing a distributed execution model with untrusted commands
CN104067216B (en) Systems and methods for implementing scalable data storage services
US20220374433A1 (en) System and method of querying objects on demand
US11809382B2 (en) System and method for supporting versioned objects
US11243956B1 (en) Enforcing foreign key constraints for efficient materialized view updates
US12608732B2 (en) Methods and system for identifying a customer profile based on metadata
US12271504B2 (en) Method and system for identifying product features based on metadata

Legal Events

Date Code Title Description
AS Assignment

Owner name: NUTANIX, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BANSAL, ANIRUDH KUMAR;SAGLANI, DIVYA HARISH;TANEJA, MANIK;AND OTHERS;SIGNING DATES FROM 20200528 TO 20200529;REEL/FRAME:054863/0848

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION