EP2972772B1 - Copies instantanées en place et la récupération d'espace mémoire pour ceux-ci - Google Patents

Copies instantanées en place et la récupération d'espace mémoire pour ceux-ci Download PDF

Info

Publication number
EP2972772B1
EP2972772B1 EP14768489.8A EP14768489A EP2972772B1 EP 2972772 B1 EP2972772 B1 EP 2972772B1 EP 14768489 A EP14768489 A EP 14768489A EP 2972772 B1 EP2972772 B1 EP 2972772B1
Authority
EP
European Patent Office
Prior art keywords
log
snapshot
log records
database
data
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.)
Active
Application number
EP14768489.8A
Other languages
German (de)
English (en)
Other versions
EP2972772A1 (fr
EP2972772A4 (fr
Inventor
Anurag Windlass Gupta
Pradeep Jnana Madhavarapu
Samuel James Mckelvie
Neal FACHAN
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.)
Amazon Technologies Inc
Original Assignee
Amazon Technologies 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 Amazon Technologies Inc filed Critical Amazon Technologies Inc
Publication of EP2972772A1 publication Critical patent/EP2972772A1/fr
Publication of EP2972772A4 publication Critical patent/EP2972772A4/fr
Application granted granted Critical
Publication of EP2972772B1 publication Critical patent/EP2972772B1/fr
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/21Design, administration or maintenance of databases
    • G06F16/219Managing data history or versioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/128Details of file system snapshots on the file-level, e.g. snapshot creation, administration, deletion

Definitions

  • Distribution of various components of a software stack can in some cases provide (or support) fault tolerance (e.g., through replication), higher durability, and less expensive solutions (e.g., through the use of many smaller, less-expensive components rather than fewer large, expensive components).
  • databases have historically been among the components of the software stack that are least amenable to distribution. For example, it can difficult to distribute databases while still ensuring the so-called ACID properties (e.g., Atomicity, Consistency, Isolation, and Durability) that they are expected to provide.
  • first,” “second,” “third,” and so forth as used herein are used as labels for nouns that they precede, and do not imply any type of ordering (e.g., spatial, temporal, logical, etc.) unless such an ordering is otherwise explicitly indicated.
  • Various components may be described as “configured to” perform a task or tasks.
  • “configured to” is a broad recitation generally meaning “having structure that" performs the task or tasks during operation.
  • the component can be configured to perform the task even when the component is not currently performing that task (e.g., a computer system may be configured to perform operations even when the operations are not currently being performed).
  • “configured to” may be a broad recitation of structure generally meaning “having circuitry that" performs the task or tasks during operation.
  • the component can be configured to perform the task even when the component is not currently on.
  • the circuitry that forms the structure corresponding to "configured to” may include hardware circuits.
  • the term "based on” is used to describe one or more factors that affect a determination. This term does not foreclose additionaP1082021 factors that may affect a determination. That is, a determination may be solely based on those factors or based, at least in part, on those factors.
  • a determination may be solely based on those factors or based, at least in part, on those factors.
  • Various embodiments of snapshot generation are disclosed.
  • Various ones of the present embodiments may include a distributed storage system of a database service maintaining a plurality of log records. The log records may be associated with respective changes to data stored by the database service.
  • Various ones of the present embodiments may include the distributed storage system generating a snapshot usable to read the data as of a state corresponding to the snapshot.
  • Generating the snapshot may include generating metadata that is indicative of a particular log identifier (e.g., log sequence number, time stamp, etc.) of a particular one of the log records.
  • the metadata may also be indicative of a snapshot identifier.
  • the disclosed snapshot generation techniques may be performed without reading, copying, or writing a data page as part of the snapshot generation.
  • Various embodiments of log record manipulation are also disclosed.
  • Various ones of the present embodiments may include a distributed storage system of a database service receiving a plurality of log records.
  • Various ones of the present embodiments may also include the distributed storage system storing the plurality of log records among a plurality of storage nodes of the distributed storage system.
  • Various ones of the present embodiments may further include the distributed storage system transforming the plurality of log records. Transformation may include cropping, pruning, reducing, fusing, and/or otherwise deleting, merging, or adding records, among other transformations.
  • the specification first describes an example web services-based database service configured to implement the disclosed snapshot operations (e.g., creating, deletion, use, manipulation, etc.) and log record manipulation techniques. Included in the description of the example web services-based database service are various aspects of the example web services-based database service, such as a database engine and a separate distributed database storage service. The specification then describes flowcharts of various embodiments of methods for snapshot operations and log record manipulation. Next, the specification describes an example system that may implement the disclosed techniques. Various examples are provided throughout the specification.
  • the systems described herein may, in some embodiments, implement a web service that enables clients (e.g., subscribers) to operate a data storage system in a cloud computing environment.
  • the data storage system may be an enterprise-class database system that is highly scalable and extensible.
  • queries may be directed to database storage that is distributed across multiple physical resources, and the database system may be scaled up or down on an as needed basis.
  • the database system may work effectively with database schemas of various types and/or organizations, in different embodiments.
  • clients/subscribers may submit queries in a number of ways, e.g., interactively via an SQL interface to the database system.
  • external applications and programs may submit queries using Open Database Connectivity (ODBC) and/or Java Database Connectivity (JDBC) driver interfaces to the database system.
  • ODBC Open Database Connectivity
  • JDBC Java Database Connectivity
  • the systems described herein may, in some embodiments, implement a service-oriented database architecture in which various functional components of a single database system are intrinsically distributed. For example, rather than lashing together multiple complete and monolithic database instances (each of which may include extraneous functionality, such as an application server, search functionality, or other functionality beyond that required to provide the core functions of a database), these systems may organize the basic operations of a database (e.g., query processing, transaction management, caching and storage) into tiers that may be individually and independently scalable.
  • a database e.g., query processing, transaction management, caching and storage
  • each database instance in the systems described herein may include a database tier (which may include a single database engine head node and a client-side storage system driver), and a separate, distributed storage system (which may include multiple storage nodes that collectively perform some of the operations traditionally performed in the database tier of existing systems).
  • a database tier which may include a single database engine head node and a client-side storage system driver
  • a separate, distributed storage system which may include multiple storage nodes that collectively perform some of the operations traditionally performed in the database tier of existing systems.
  • some of the lowest level operations of a database may be offloaded from the database engine to the storage layer and distributed across multiple nodes and storage devices.
  • the application of changes to the stored database tables (and data pages thereof) may be the responsibility of the storage layer itself.
  • redo log records may be sent to the storage layer, after which redo processing (e.g., the application of the redo log records) may be performed somewhat lazily and in a distributed manner (e.g., by a background process).
  • crash recovery e.g., the rebuilding of data pages from stored redo log records
  • each redo log may be on the order of one-tenth the size of the corresponding data page for which it specifies a change. Note that requests sent from the database tier and the distributed storage system may be asynchronous and that multiple such requests may be in flight at a time.
  • the database may include several different components (or tiers), each of which performs a different function.
  • a traditional database may be thought of as having three tiers: a first tier for performing query parsing, optimization and execution; a second tier for providing transactionality, recovery, and durability; and a third tier that provides storage, either on locally attached disks or on network-attached storage.
  • previous attempts to scale a traditional database have typically involved replicating all three tiers of the database and distributing those replicated database instances across multiple machines.
  • the systems described herein may partition functionality of a database system differently than in a traditional database, and may distribute only a subset of the functional components (rather than a complete database instance) across multiple machines in order to implement scaling.
  • a client-facing tier may be configured to receive a request specifying what data is to be stored or retrieved, but not how to store or retrieve the data. This tier may perform request parsing and/or optimization (e.g., SQL parsing and optimization), while another tier may be responsible for query execution.
  • a third tier may be responsible for providing transactionality and consistency of results.
  • this tier may be configured to enforce some of the so-called ACID properties, in particular, the Atomicity of transactions that target the database, maintaining Consistency within the database, and ensuring Isolation between the transactions that target the database.
  • a fourth tier may then be responsible for providing Durability of the stored data in the presence of various sorts of faults. For example, this tier may be responsible for change logging, recovery from a database crash, managing access to the underlying storage volumes and/or space management in the underlying storage volumes.
  • FIG. 1 is a block diagram illustrating various components of a database software stack, according to one embodiment.
  • a database instance may include multiple functional components (or layers), each of which provides a portion of the functionality of the database instance.
  • database instance 100 includes a query parsing and query optimization layer (shown as 110), a query execution layer (shown as 120), a transactionality and consistency management layer (shown as 130), and a durability and space management layer (shown as 140).
  • scaling a database instance may involve duplicating the entire database instance one or more times (including all of the layers illustrated in FIG. 1 ), and then adding glue logic to stitch them together.
  • the systems described herein may instead offload the functionality of durability and space management layer 140 from the database tier to a separate storage layer, and may distribute that functionality across multiple storage nodes in the storage layer.
  • the database systems described herein may retain much of the structure of the upper half of the database instance illustrated in FIG. 1 , but may redistribute responsibility for at least portions of the backup, restore, snapshot, recovery, and/or various space management operations to the storage tier.
  • Redistributing functionality in this manner and tightly coupling log processing between the database tier and the storage tier may improve performance, increase availability and reduce costs, when compared to previous approaches to providing a scalable database. For example, network and input/output bandwidth requirements may be reduced, since only redo log records (which are much smaller in size than the actual data pages) may be shipped across nodes or persisted within the latency path of write operations.
  • the generation of data pages can be done independently in the background on each storage node (as foreground processing allows), without blocking incoming write operations.
  • the use of log-structured, non-overwrite storage may allow backup, restore, snapshots, point-in-time recovery, and volume growth operations to be performed more efficiently, e.g., by using metadata manipulation rather than movement or copying of a data page.
  • the storage layer may also assume the responsibility for the replication of data stored on behalf of clients (and/or metadata associated with that data, such as redo log records) across multiple storage nodes.
  • data may be replicated locally (e.g., within a single "availability zone" in which a collection of storage nodes executes on its own physically distinct, independent infrastructure) and/or across availability zones in a single region or in different regions.
  • availability zone e.g., within a single "availability zone" in which a collection of storage nodes executes on its own physically distinct, independent infrastructure
  • the database systems described herein may support a standard or custom application programming interface (API) for a variety of database operations.
  • API application programming interface
  • the API may support operations for creating a database, creating a table, altering a table, creating a user, dropping a user, inserting one or more rows in a table, copying values, selecting data from within a table (e.g., querying a table), canceling or aborting a query, creating a snapshot, and/or other operations.
  • the database tier of a database instance may include a database engine head node server that receives read and/or write requests from various client programs (e.g., applications) and/or subscribers (users), then parses them and develops an execution plan to carry out the associated database operation(s). For example, the database engine head node may develop the series of steps necessary to obtain results for complex queries and joins. In some embodiments, the database engine head node may manage communications between the database tier of the database system and clients/subscribers, as well as communications between the database tier and a separate distributed database-optimized storage system.
  • client programs e.g., applications
  • subscribers users
  • the database engine head node may manage communications between the database tier of the database system and clients/subscribers, as well as communications between the database tier and a separate distributed database-optimized storage system.
  • the database engine head node may be responsible for receiving SQL requests from end clients through a JDBC or ODBC interface and for performing SQL processing and transaction management (which may include locking) locally. However, rather than generating data pages locally, the database engine head node (or various components thereof) may generate redo log records and may ship them to the appropriate nodes of a separate distributed storage system.
  • a client-side driver for the distributed storage system may be hosted on the database engine head node and may be responsible for routing redo log records to the storage system node (or nodes) that store the segments (or data pages thereof) to which those redo log records are directed.
  • each segment may be mirrored (or otherwise made durable) on multiple storage system nodes that form a protection group.
  • the client-side driver may keep track of the nodes on which each segment is stored and may route redo logs to all of the nodes on which a segment is stored (e.g., asynchronously and in parallel, at substantially the same time), when a client request is received.
  • the client-side driver may send an acknowledgement of the requested change to the database tier (e.g., to the database engine head node).
  • the database engine head node may not be able to commit a transaction until and unless the client-side driver receives a reply from enough storage node instances to constitute a write quorum.
  • the client-side driver may route the read request to all of the nodes on which the segment is stored (e.g., asynchronously and in parallel, at substantially the same time). As soon as the client-side driver receives the requested data from a read quorum of the storage nodes in the protection group, it may return the requested data to the database tier (e.g., to the database engine head node).
  • the database tier (or more specifically, the database engine head node) may include a cache in which recently accessed data pages are held temporarily.
  • the database engine may apply the change to the copy of the data page held in its cache.
  • a data page held in this cache may not ever be flushed to the storage layer, and it may be discarded at any time (e.g., at any time after the redo log record for a write request that was most recently applied to the cached copy has been sent to the storage layer and acknowledged).
  • the cache may implement any of various locking mechanisms to control access to the cache by at most one writer (or multiple readers) at a time, in different embodiments. Note, however, that in embodiments that include such a cache, the cache may not be distributed across multiple nodes, but may exist only on the database engine head node for a given database instance. Therefore, there may be no cache coherency or consistency issues to manage.
  • the database tier may support the use of synchronous or asynchronous read replicas in the system, e.g., read-only copies of data on different nodes of the database tier to which read requests can be routed.
  • the database engine head node for a given database table may route the request to any one (or a particular one) of these read-only copies.
  • the client-side driver in the database engine head node may be configured to notify these other nodes about updates and/or invalidations to cached data pages (e.g., in order to prompt them to invalidate their caches, after which they may request updated copies of updated data pages from the storage layer).
  • the client-side driver running on the database engine head node may expose a private interface to the storage tier. In some embodiments, it may also expose a traditional iSCSI interface to one or more other components (e.g., other database engines or virtual computing services components).
  • storage for a database instance in the storage tier may be modeled as a single volume that can grow in size without limits, and that can have an unlimited number of IOPS associated with it. When a volume is created, it may be created with a specific size, with a specific availability/durability characteristic (e.g., specifying how it is replicated), and/or with an IOPS rate associated with it (e.g., both peak and sustained).
  • a variety of different durability models may be supported, and users/subscribers may be able to specify, for their database tables, a number of replication copies, zones, or regions and/or whether replication is synchronous or asynchronous based upon their durability, performance and cost objectives.
  • the client side driver may maintain metadata about the volume and may directly send asynchronous requests to each of the storage nodes necessary to fulfill read requests and write requests without requiring additional hops between storage nodes.
  • the client-side driver in response to a request to make a change to a database table, the client-side driver may be configured to determine the one or more nodes that are implementing the storage for the targeted data page, and to route the redo log record(s) specifying that change to those storage nodes. The storage nodes may then be responsible for applying the change specified in the redo log record to the targeted data page at some point in the future.
  • the client-side driver may advance the point at which the volume is durable and may acknowledge commits back to the database tier.
  • the client-side driver may not ever send data pages to the storage node servers. This may not only reduce network traffic, but may also remove the need for the checkpoint or background writer threads that constrain foreground-processing throughput in previous database systems.
  • many read requests may be served by the database engine head node cache.
  • write requests may require durability, since large-scale failure events may be too common to allow only in-memory replication. Therefore, the systems described herein may be configured to minimize the cost of the redo log record write operations that are in the foreground latency path by implementing data storage in the storage tier as two regions: a small append-only log-structured region into which redo log records are written when they are received from the database tier, and a larger region in which log records are coalesced together to create new versions of data pages in the background.
  • an in-memory structure may be maintained for each data page that points to the last redo log record for that page, backward chaining log records until an instantiated data block is referenced. This approach may provide good performance for mixed read-write workloads, including in applications in which reads are largely cached.
  • accesses to the log-structured data storage for the redo log records may consist of a series of sequential input/output operations (rather than random input/output operations), the changes being made may be tightly packed together.
  • the systems described herein may avoid this "write amplification" by coalescing data pages at the storage nodes of the distributed storage system based on receipt of the redo log records.
  • the storage tier of the database system may be responsible for taking database snapshots.
  • taking a snapshot of a data page may include recording a timestamp associated with the redo log record that was most recently applied to the data page/block (or a timestamp associated with the most recent operation to coalesce multiple redo log records to create a new version of the data page/block), and preventing garbage collection of the previous version of the page/block and any subsequent log entries up to the recorded point in time.
  • taking a database snapshot may not require reading, copying, or writing the data block, as would be required when employing an off-volume backup strategy.
  • the space requirements for snapshots may be minimal, since only modified data would require additional space, although user/subscribers may be able to choose how much additional space they want to keep for on-volume snapshots in addition to the active data set.
  • snapshots may be discrete (e.g., each snapshot may provide access to all of the data in a data page as of a specific point in time) or continuous (e.g., each snapshot may provide access to all versions of the data that existing in a data page between two points in time).
  • reverting to a prior snapshot may include recording a log record to indicate that all redo log records and data pages since that snapshot are invalid and garbage collectable, and discarding all database cache entries after the snapshot point.
  • no roll-forward may be required since the storage system will, on a block-by-block basis, apply redo log records to data blocks as requested and in the background across all nodes, just as it does in normal forward read/write processing. Crash recovery may thereby be made parallel and distributed across nodes. Additional details regarding snapshot creation, use, and/or manipulation is described at FIGS. 8 and 9 .
  • FIG. 2 One embodiment of a service system architecture that may be configured to implement a web services-based database service is illustrated in FIG. 2 .
  • a number of clients may be configured to interact with a web services platform 200 via a network 260.
  • Web services platform 200 may be configured to interface with one or more instances of a database service 210, a distributed database-optimized storage service 220 and/or one or more other virtual computing services 230. It is noted that where one or more instances of a given component may exist, reference to that component herein may be made in either the singular or the plural. However, usage of either form is not intended to preclude the other.
  • the components illustrated in FIG. 2 may be implemented directly within computer hardware, as instructions directly or indirectly executable by computer hardware (e.g., a microprocessor or computer system), or using a combination of these techniques.
  • the components of FIG. 2 may be implemented by a system that includes a number of computing nodes (or simply, nodes), each of which may be similar to the computer system embodiment illustrated in FIG. 10 and described below.
  • the functionality of a given service system component e.g., a component of the database service or a component of the storage service
  • a given node may implement the functionality of more than one service system component (e.g., more than one database service system component).
  • clients 250 may encompass any type of client configurable to submit web services requests to web services platform 200 via network 260, including requests for database services (e.g., a request to generate a snapshot, etc.).
  • a given client 250 may include a suitable version of a web browser, or may include a plug-in module or other type of code module configured to execute as an extension to or within an execution environment provided by a web browser.
  • a client 250 e.g., a database service client
  • such an application may include sufficient protocol support (e.g., for a suitable version of Hypertext Transfer Protocol (HTTP)) for generating and processing web services requests without necessarily implementing full browser support for all types of web-based data.
  • client 250 may be an application configured to interact directly with web services platform 200.
  • client 250 may be configured to generate web services requests according to a Representational State Transfer (REST)-style web services architecture, a document- or message-based web services architecture, or another suitable web services architecture.
  • REST Representational State Transfer
  • a client 250 may be configured to provide access to web services-based storage of database tables to other applications in a manner that is transparent to those applications.
  • client 250 may be configured to integrate with an operating system or file system to provide storage in accordance with a suitable variant of the storage models described herein.
  • the operating system or file system may present a different storage interface to applications, such as a conventional file system hierarchy of files, directories and/or folders.
  • applications may not need to be modified to make use of the storage system service model of FIG. 1 .
  • the details of interfacing to Web services platform 200 may be coordinated by client 250 and the operating system or file system on behalf of applications executing within the operating system environment.
  • Clients 250 may convey web services requests (e.g., a snapshot request, parameters of a snapshot request, read request, restore a snapshot, etc.) to and receive responses from web services platform 200 via network 260.
  • network 260 may encompass any suitable combination of networking hardware and protocols necessary to establish web-based communications between clients 250 and platform 200.
  • network 260 may generally encompass the various telecommunications networks and service providers that collectively implement the Internet.
  • Network 260 may also include private networks such as local area networks (LANs) or wide area networks (WANs) as well as public or private wireless networks.
  • LANs local area networks
  • WANs wide area networks
  • both a given client 250 and web services platform 200 may be respectively provisioned within enterprises having their own internal networks.
  • network 260 may include the hardware (e.g., modems, routers, switches, load balancers, proxy servers, etc.) and software (e.g., protocol stacks, accounting software, firewall/security software, etc.) necessary to establish a networking link between given client 250 and the Internet as well as between the Internet and web services platform 200.
  • clients 250 may communicate with web services platform 200 using a private network rather than the public Internet.
  • clients 250 may be provisioned within the same enterprise as a database service system (e.g., a system that implements database service 210 and/or distributed database-optimized storage service 220).
  • a private network 260 e.g., a LAN or WAN that may use Internet-based communication protocols but which is not publicly accessible.
  • web services platform 200 may be configured to implement one or more service endpoints configured to receive and process web services requests, such as requests to access data pages (or records thereof).
  • web services platform 200 may include hardware and/or software configured to implement a particular endpoint, such that an HTTP-based web services request directed to that endpoint is properly received and processed.
  • web services platform 200 may be implemented as a server system configured to receive web services requests from clients 250 and to forward them to components of a system that implements database service 210, distributed database-optimized storage service 220 and/or another virtual computing service 230 for processing.
  • web services platform 200 may be configured as a number of distinct systems (e.g., in a cluster topology) implementing load balancing and other request management features configured to dynamically manage large-scale web services request processing loads.
  • web services platform 200 may be configured to support REST-style or document-based (e.g., SOAP-based) types of web services requests.
  • web services platform 200 may implement various client management features. For example, platform 200 may coordinate the metering and accounting of client usage of web services, including storage resources, such as by tracking the identities of requesting clients 250, the number and/or frequency of client requests, the size of data tables (or records thereof) stored or retrieved on behalf of clients 250, overall storage bandwidth used by clients 250, class of storage requested by clients 250, or any other measurable client usage parameter. Platform 200 may also implement financial accounting and billing systems, or may maintain a database of usage data that may be queried and processed by external systems for reporting and billing of client usage activity.
  • storage resources such as by tracking the identities of requesting clients 250, the number and/or frequency of client requests, the size of data tables (or records thereof) stored or retrieved on behalf of clients 250, overall storage bandwidth used by clients 250, class of storage requested by clients 250, or any other measurable client usage parameter.
  • Platform 200 may also implement financial accounting and billing systems, or may maintain a database of usage data that may be queried and processed by external systems for reporting and billing of client usage activity.
  • platform 200 may be configured to collect, monitor and/or aggregate a variety of storage service system operational metrics, such as metrics reflecting the rates and types of requests received from clients 250, bandwidth utilized by such requests, system processing latency for such requests, system component utilization (e.g., network bandwidth and/or storage utilization within the storage service system), rates and types of errors resulting from requests, characteristics of stored and requested data pages or records thereof (e.g., size, data type, etc.), or any other suitable metrics.
  • storage service system operational metrics such as metrics reflecting the rates and types of requests received from clients 250, bandwidth utilized by such requests, system processing latency for such requests, system component utilization (e.g., network bandwidth and/or storage utilization within the storage service system), rates and types of errors resulting from requests, characteristics of stored and requested data pages or records thereof (e.g., size, data type, etc.), or any other suitable metrics.
  • such metrics may be used by system administrators to tune and maintain system components, while in other embodiments such metrics (or relevant portions of such metrics) may be exposed to clients 250 to enable such clients to monitor their usage of database service 210, distributed database-optimized storage service 220 and/or another virtual computing service 230 (or the underlying systems that implement those services).
  • platform 200 may also implement user authentication and access control procedures. For example, for a given web services request to access a particular database table, platform 200 may be configured to ascertain whether the client 250 associated with the request is authorized to access the particular database table. Platform 200 may determine such authorization by, for example, evaluating an identity, password or other credential against credentials associated with the particular database table, or evaluating the requested access to the particular database table against an access control list for the particular database table. For example, if a client 250 does not have sufficient credentials to access the particular database table, platform 200 may reject the corresponding web services request, for example by returning a response to the requesting client 250 indicating an error condition.
  • Various access control policies may be stored as records or lists of access control information by database service 210, distributed database-optimized storage service 220 and /or other virtual computing services 230.
  • web services platform 200 may represent the primary interface through which clients 250 may access the features of a database system that implements database service 210, it need not represent the sole interface to such features.
  • an alternate API that may be distinct from a web services interface may be used to allow clients internal to the enterprise providing the database system to bypass web services platform 200.
  • distributed database-optimized storage service 220 may be internal to a computing system or an enterprise system that provides database services to clients 250, and may not be exposed to external clients (e.g., users or client applications).
  • the internal "client” may access distributed database-optimized storage service 220 over a local or private network, shown as the solid line between distributed database-optimized storage service 220 and database service 210 (e.g., through an API directly between the systems that implement these services).
  • distributed database-optimized storage service 220 in storing database tables on behalf of clients 250 may be transparent to those clients.
  • distributed database-optimized storage service 220 may be exposed to clients 250 through web services platform 200 to provide storage of database tables or other information for applications other than those that rely on database service 210 for database management. This is illustrated in FIG.
  • a virtual computing service 230 may be configured to receive storage services from distributed database-optimized storage service 220 (e.g., through an API directly between the virtual computing service 230 and distributed database-optimized storage service 220) to store objects used in performing computing services 230 on behalf of a client 250. This is illustrated in FIG. 2 by the dashed line between virtual computing service 230 and distributed database-optimized storage service 220.
  • the accounting and/or credentialing services of platform 200 may be unnecessary for internal clients such as administrative clients or between service components within the same enterprise.
  • different storage policies may be implemented by database service 210 and/or distributed database-optimized storage service 220.
  • Examples of such storage policies may include a durability policy (e.g., a policy indicating the number of instances of a database table (or data page thereof) that will be stored and the number of different nodes on which they will be stored) and/or a load balancing policy (which may distribute database tables, or data pages thereof, across different nodes, volumes and/or disks in an attempt to equalize request traffic).
  • a durability policy e.g., a policy indicating the number of instances of a database table (or data page thereof) that will be stored and the number of different nodes on which they will be stored
  • a load balancing policy which may distribute database tables, or data pages thereof, across different nodes, volumes and/or disks in an attempt to equalize request traffic.
  • different storage policies may be applied to different types of stored items by various one of the services.
  • distributed database-optimized storage service 220 may implement a higher durability for red
  • FIG. 3 is a block diagram illustrating various components of a database system that includes a database engine and a separate distributed database storage service, according to one embodiment.
  • database system 300 includes a respective database engine head node 320 for each of several database tables and a distributed database-optimized storage service 310 (which may or may not be visible to the clients of the database system, shown as database clients 350a - 350n).
  • one or more of database clients 350a - 350n may access a database head node 320 (e.g., head node 320a, head node 320b, or head node 320c, each of which is a component of a respective database instance) via network 360 (e.g., these components may be network-addressable and accessible to the database clients 350a - 350n).
  • a database head node 320 e.g., head node 320a, head node 320b, or head node 320c, each of which is a component of a respective database instance
  • network 360 e.g., these components may be network-addressable and accessible to the database clients 350a - 350n.
  • distributed database-optimized storage service 310 which may be employed by the database system to store data pages of one or more database tables (and redo log records and/or other metadata associated therewith) on behalf of database clients 350a - 350n, and to perform other functions of the database system as described herein, may or may not be network-addressable and accessible to the storage clients 350a - 350n, in different embodiments.
  • distributed database-optimized storage service 310 may perform various storage, access, change logging, recovery, log record manipulation, and/or space management operations in a manner that is invisible to storage clients 350a - 350n.
  • each database instance may include a single database engine head node 320 that receives requests (e.g., a snapshot request, etc.) from various client programs (e.g., applications) and/or subscribers (users), then parses them, optimizes them, and develops an execution plan to carry out the associated database operation(s).
  • a query parsing, optimization, and execution component 305 of database engine head node 320a may perform these functions for queries that are received from database client 350a and that target the database instance of which database engine head node 320a is a component.
  • query parsing, optimization, and execution component 305 may return query responses to database client 350a, which may include write acknowledgements, requested data pages (or portions thereof), error messages, and or other responses, as appropriate.
  • database engine head node 320a may also include a client-side storage service driver 325, which may route read requests and/or redo log records to various storage nodes within distributed database-optimized storage service 310, receive write acknowledgements from distributed database-optimized storage service 310, receive requested data pages from distributed database-optimized storage service 310, and/or return data pages, error messages, or other responses to query parsing, optimization, and execution component 305 (which may, in turn, return them to database client 350a).
  • client-side storage service driver 325 may route read requests and/or redo log records to various storage nodes within distributed database-optimized storage service 310, receive write acknowledgements from distributed database-optimized storage service 310, receive requested data pages from distributed database-optimized storage service 310, and/or return data pages, error messages,
  • database engine head node 320a includes a data page cache 335, in which data pages that were recently accessed may be temporarily held.
  • database engine head node 320a may also include a transaction and consistency management component 330, which may be responsible for providing transactionality and consistency in the database instance of which database engine head node 320a is a component.
  • this component may be responsible for ensuring the Atomicity, Consistency, and Isolation properties of the database instance and the transactions that are directed that the database instance.
  • database engine head node 320a may also include a transaction log 340 and an undo log 345, which may be employed by transaction and consistency management component 330 to track the status of various transactions and roll back any locally cached results of transactions that do not commit.
  • each of the other database engine head nodes 320 illustrated in FIG. 3 may include similar components and may perform similar functions for queries received by one or more of database clients 350a - 350n and directed to the respective database instances of which it is a component.
  • the distributed database-optimized storage systems described herein may organize data in various logical volumes, segments, and pages for storage on one or more storage nodes.
  • each database table is represented by a logical volume, and each logical volume is segmented over a collection of storage nodes.
  • Each segment which lives on a particular one of the storage nodes, contains a set of contiguous block addresses.
  • each data page is stored in a segment, such that each segment stores a collection of one or more data pages and a change log (also referred to as a redo log) (e.g., a log of redo log records) for each data page that it stores.
  • a change log also referred to as a redo log
  • the storage nodes may be configured to receive redo log records (which may also be referred to herein as ULRs) and to coalesce them to create new versions of the corresponding data pages and/or additional or replacement log records (e.g., lazily and/or in response to a request for a data page or a database crash).
  • data pages and/or change logs may be mirrored across multiple storage nodes, according to a variable configuration (which may be specified by the client on whose behalf the database table is being maintained in the database system).
  • one, two, or three copies of the data or change logs may be stored in each of one, two, or three different availability zones or regions, according to a default configuration, an application-specific durability preference, or a client-specified durability preference.
  • the following terms may be used to describe the organization of data by a distributed database-optimized storage system, according to various embodiments.
  • a volume is a logical concept representing a highly durable unit of storage that a user/client/application of the storage system understands. More specifically, a volume is a distributed store that appears to the user/client/application as a single consistent ordered log of write operations to various user pages of a database table. Each write operation may be encoded in a User Log Record (ULR), which represents a logical, ordered mutation to the contents of a single user page within the volume. As noted above, a ULR may also be referred to herein as a redo log record. Each ULR may include a unique identifier (e.g., a Logical Sequence Number (LSN), time stamp, etc.).
  • LSN Logical Sequence Number
  • the unique identifier may be monotonically increasing and unique for a particular one of the log records. Also note that gaps may exist in the sequence of identifiers assigned to log records. For example, in the LSN example, LSNs 1, 4, 5, 6, and 9 may be assigned to five respective log records with LSNs 2, 3, 7, and 8 not being used.
  • Each ULR may be persisted to one or more synchronous segments in the distributed store that form a Protection Group (PG), to provide high durability and availability for the ULR.
  • PG Protection Group
  • a volume may provide an LSN-type read/write interface for a variable-size contiguous range of bytes.
  • a volume may consist of multiple extents, each made durable through a protection group.
  • a volume may represent a unit of storage composed of a mutable contiguous sequence of Volume Extents. Reads and writes that are directed to a volume may be mapped into corresponding reads and writes to the constituent volume extents.
  • the size of a volume may be changed by adding or removing volume extents from the end of the volume.
  • Segment A segment is a limited-durability unit of storage assigned to a single storage node. More specifically, a segment provides limited best-effort durability (e.g., a persistent, but non-redundant single point of failure that is a storage node) for a specific fixed-size byte range of data. This data may in some cases be a mirror of user-addressable data, or it may be other data, such as volume metadata or erasure coded bits, in various embodiments.
  • a given segment may live on exactly one storage node. Within a storage node, multiple segments may live on each SSD, and each segment may be restricted to one SSD (e.g., a segment may not span across multiple SSDs).
  • a segment may not be required to occupy a contiguous region on an SSD; rather there may be an allocation map in each SSD describing the areas that are owned by each of the segments.
  • a protection group may consist of multiple segments spread across multiple storage nodes.
  • a segment may provide an LSN-type read/write interface for a fixed-size contiguous range of bytes (where the size is defined at creation).
  • each segment may be identified by a Segment UUID (e.g., a universally unique identifier of the segment).
  • a storage page is a block of memory, generally of fixed size.
  • each page is a block of memory (e.g., of virtual memory, disk, or other physical memory) of a size defined by the operating system, and may also be referred to herein by the term "data block".
  • a storage page may be a set of contiguous sectors. It may serve as the unit of allocation in SSDs, as well as the unit in log pages for which there is a header and metadata.
  • page or “storage page” may refer to a similar block of a size defined by the database configuration, which may typically a multiple of 2, such as 4096, 8192, 16384, or 32768 bytes.
  • Log page is a type of storage page that is used to store log records (e.g., redo log records or undo log records).
  • log pages may be identical in size to storage pages.
  • Each log page may include a header containing metadata about that log page, e.g., metadata identifying the segment to which it belongs.
  • a log page is a unit of organization and may not necessarily be the unit of data included in write operations. For example, in some embodiments, during normal forward processing, write operations may write to the tail of the log one sector at a time.
  • Log records may be of several different classes. For example, User Log Records (ULRs), which are created and understood by users/clients/applications of the storage system, may be used to indicate changes to user data in a volume.
  • Control Log Records (CLRs) which are generated by the storage system, may contain control information used to keep track of metadata such as the current unconditional volume durable LSN (VDL).
  • Null Log Records (NLRs) may in some embodiments be used as padding to fill in unused space in a log sector or log page.
  • one type may represent all the data of a user page in compressed format using a specific compression format; a second type may represent new values for a byte range within a user page; a third type may represent an increment operation to a sequence of bytes interpreted as an integer; and a fourth type may represent copying one byte range to another location within the page.
  • log record types may be identified by GUIDs (rather than by integers or enums), which may simplify versioning and development, especially for ULRs.
  • the payload of a log record is the data or parameter values that are specific to the log record or to log records of a particular type. For example, in some embodiments, there may be a set of parameters or attributes that most (or all) log records include, and that the storage system itself understands. These attributes may be part of a common log record header/structure, which may be relatively small compared to the sector size. In addition, most log records may include additional parameters or data specific to that log record type, and this additional information may be considered the payload of that log record. In some embodiments, if the payload for a particular ULR is larger than the user page size, it may be replaced by an absolute ULR (an AULR) whose payload includes all the data for the user page. This may enable the storage system to enforce an upper limit on the size of the payload for ULRs that is equal to the size of user pages.
  • an absolute ULR an absolute ULR
  • the payload when storing log records in the segment log, the payload may be stored along with the log header, in some embodiments. In other embodiments, the payload may be stored in a separate location, and pointers to the location at which that payload is stored may be stored with the log header. In still other embodiments, a portion of the payload may be stored in the header, and the remainder of the payload may be stored in a separate location. If the entire payload is stored with the log header, this may be referred to as in-band storage; otherwise the storage may be referred to as being out-of-band. In some embodiments, the payloads of most large AULRs may be stored out-of-band in the cold zone of log (which is described below).
  • User pages are the byte ranges (of a fixed size) and alignments thereof for a particular volume that are visible to users/clients of the storage system. User pages are a logical concept, and the bytes in particular user pages may or not be stored in any storage page as-is.
  • the size of the user pages for a particular volume may be independent of the storage page size for that volume.
  • the user page size may be configurable per volume, and different segments on a storage node may have different user page sizes.
  • user page sizes may be constrained to be a multiple of the sector size (e.g., 4KB), and may have an upper limit (e.g., 64KB).
  • the storage page size on the other hand, may be fixed for an entire storage node and may not change unless there is a change to the underlying hardware.
  • a data page is a type of storage page that is used to store user page data in compressed form.
  • every piece of data stored in a data page is associated with a log record, and each log record may include a pointer to a sector within a data page (also referred to as a data sector).
  • data pages may not include any embedded metadata other than that provided by each sector. There may be no relationship between the sectors in a data page. Instead, the organization into pages may exist only as an expression of the granularity of the allocation of data to a segment.
  • a storage node is a single virtual machine that on which storage node server code is deployed. Each storage node may contain multiple locally attached SSDs, and may provide a network API for access to one or more segments.
  • various nodes may be on an active list or on a degraded list (e.g., if they are slow to respond or are otherwise impaired, but are not completely unusable).
  • the client-side driver may assist in (or be responsible for) classifying nodes as active or degraded, for determining if and when they should be replaced, and/or for determining when and how to redistribute data among various nodes, based on observed performance.
  • SSD may refer to a local block storage volume as seen by the storage node, regardless of the type of storage employed by that storage volume, e.g., disk, a solid-state drive, a battery-backed RAM, an NVMRAM device (e.g., one or more NVDIMMs), or another type of persistent storage device.
  • An SSD is not necessarily mapped directly to hardware. For example, a single solid-state storage device might be broken up into multiple local volumes where each volume is split into and striped across multiple segments, and/or a single drive may be broken up into multiple volumes simply for ease of management, in different embodiments.
  • each SSD may store an allocation map at a single fixed location.
  • This map may indicate which storage pages that are owned by particular segments, and which of these pages are log pages (as opposed to data pages).
  • storage pages may be pre-allocated to each segment so that forward processing may not need to wait for allocation. Any changes to the allocation map may need to be made durable before newly allocated storage pages are used by the segments.
  • a database system 400 includes a distributed database-optimized storage system 410, which communicates with a database engine head node 420 over interconnect 460.
  • database engine head node 420 may include a client-side storage service driver 425.
  • distributed database-optimized storage system 410 includes multiple storage system server nodes (including those shown as 430, 440, and 450), each of which includes storage for data pages and redo logs for the segment(s) it stores, and hardware and/or software configured to perform various segment management functions.
  • each storage system server node may include hardware and/or software configured to perform at least a portion of any or all of the following operations: replication (locally, e.g., within the storage node), coalescing of redo logs to generate data pages, snapshots (e.g., creating, restoration, deletion, etc.), log management (e.g., manipulating log records), crash recovery, and/or space management (e.g., for a segment).
  • Each storage system server node may also have multiple attached storage devices (e.g., SSDs) on which data blocks may be stored on behalf of clients (e.g., users, client applications, and/or database service subscribers).
  • storage system server node 430 includes data page(s) 433, segment redo log(s) 435, segment management functions 437, and attached SSDs 471-478.
  • SSD may or may not refer to a solid-state drive, but may more generally refer to a local block storage volume, regardless of its underlying hardware.
  • storage system server node 440 includes data page(s) 443, segment redo log(s) 445, segment management functions 447, and attached SSDs 481-488; and storage system server node 450 includes data page(s) 453, segment redo log(s) 455, segment management functions 457, and attached SSDs 491-498.
  • a sector is the unit of alignment on an SSD and may be the maximum size on an SSD that can be written without the risk that the write will only be partially completed.
  • the sector size for various solid-state drives and spinning media may be 4KB.
  • each and every sector may include have a 64-bit (8 byte) CRC at the beginning of the sector, regardless of the higher-level entity of which the sector is a part. In such embodiments, this CRC (which may be validated every time a sector is read from SSD) may be used in detecting corruptions.
  • each and every sector may also include a "sector type" byte whose value identifies the sector as a log sector, a data sector, or an uninitialized sector.
  • a sector type byte value of 0 may indicate that the sector is uninitialized.
  • each of the storage system server nodes in the distributed database-optimized storage system may implement a set of processes running on the node server's operating system that manage communication with the database engine head node, e.g., to receive redo logs, send back data pages, etc.
  • all data blocks written to the distributed database-optimized storage system may be backed up to long-term and/or archival storage (e.g., in a remote key-value durable backup storage system).
  • FIG. 5 is a block diagram illustrating the use of a separate distributed database-optimized storage system in a database system, according to one embodiment.
  • one or more client processes 510 may store data to one or more database tables maintained by a database system that includes a database engine 520 and a distributed database-optimized storage system 530.
  • database engine 520 includes database tier components 560 and client-side driver 540 (which serves as the interface between distributed database-optimized storage system 530 and database tier components 560).
  • database tier components 560 may perform functions such as those performed by query parsing, optimization and execution component 305 and transaction and consistency management component 330 of FIG. 3 , and/or may store data pages, transaction logs and/or undo logs (such as those stored by data page cache 335, transaction log 340 and undo log 345 of FIG. 3 ).
  • one or more client processes 510 may send database query requests 515 (which may include read and/or write requests targeting data stored on one or more of the storage nodes 535a - 535n) to database tier components 560, and may receive database query responses 517 from database tier components 560 (e.g., responses that include write acknowledgements and/or requested data).
  • database query requests 515 which may include read and/or write requests targeting data stored on one or more of the storage nodes 535a - 535n
  • database query responses 517 e.g., responses that include write acknowledgements and/or requested data.
  • Each database query request 515 that includes a request to write to a data page may be parsed and optimized to generate one or more write record requests 541, which may be sent to client-side driver 540 for subsequent routing to distributed database-optimized storage system 530.
  • client-side driver 540 may generate one or more redo log records 531 corresponding to each write record request 541, and may send them to specific ones of the storage nodes 535 of distributed database-optimized storage system 530.
  • Distributed database-optimized storage system 530 may return a corresponding write acknowledgement 532 for each redo log record 531 to database engine 520 (specifically to client-side driver 540).
  • Client-side driver 540 may pass these write acknowledgements to database tier components 560 (as write responses 542), which may then send corresponding responses (e.g., write acknowledgements) to one or more client processes 510 as one of database query responses 517.
  • each database query request 515 that includes a request to read a data page may be parsed and optimized to generate one or more read record requests 543, which may be sent to client-side driver 540 for subsequent routing to distributed database-optimized storage system 530.
  • client-side driver 540 may send these requests to specific ones of the storage nodes 535 of distributed database-optimized storage system 530, and distributed database-optimized storage system 530 may return the requested data pages 533 to database engine 520 (specifically to client-side driver 540).
  • Client-side driver 540 may send the returned data pages to the database tier components 560 as return data records 544, and database tier components 560 may then send the data pages to one or more client processes 510 as database query responses 517.
  • various error and/or data loss messages 534 may be sent from distributed database-optimized storage system 530 to database engine 520 (specifically to client-side driver 540). These messages may be passed from client-side driver 540 to database tier components 560 as error and/or loss reporting messages 545, and then to one or more client processes 510 along with (or instead of) a database query response 517.
  • the APIs 531-534 of distributed database-optimized storage system 530 and the APIs 541-545 of client-side driver 540 may expose the functionality of the distributed database-optimized storage system 530 to database engine 520 as if database engine 520 were a client of distributed database-optimized storage system 530.
  • database engine 520 (through client-side driver 540) may write redo log records or request data pages through these APIs to perform (or facilitate the performance of) various operations of the database system implemented by the combination of database engine 520 and distributed database-optimized storage system 530 (e.g., storage, access, change logging, recovery, and/or space management operations).
  • distributed database-optimized storage system 530 may store data blocks on storage nodes 535a - 535n, each of which may have multiple attached SSDs.
  • distributed database-optimized storage system 530 may provide high durability for stored data block through the application of various types of redundancy schemes.
  • the API calls and responses between database engine 520 and distributed database-optimized storage system 530 may be performed over a secure proxy connection (e.g., one managed by a gateway control plane), or may be performed over the public network or, alternatively, over a private channel such as a virtual private network (VPN) connection.
  • a secure proxy connection e.g., one managed by a gateway control plane
  • a private channel such as a virtual private network (VPN) connection.
  • VPN virtual private network
  • these APIs may be, but are not necessarily, implemented as SOAP APIs or RESTful APIs.
  • SOAP is a protocol for exchanging information in the context of Web-based services.
  • REST is an architectural style for distributed hypermedia systems.
  • a RESTful API (which may also be referred to as a RESTful web service) is a web service API implemented using HTTP and REST technology.
  • the APIs described herein may in some embodiments be wrapped with client libraries in various languages, including, but not limited to, C, C++, Java, C# and Perl to support integration with database engine 520 and/or distributed database-optimized storage system 530.
  • the functional components of a database system may be partitioned between those that are performed by the database engine and those that are performed in a separate, distributed, database-optimized storage system.
  • one or more components of the database engine head node may perform query parsing, optimization, and execution, and may send each portion of the query to a transaction and consistency management component.
  • the transaction and consistency management component may ensure that no other client process (or thread thereof) is trying to modify the same row at the same time.
  • the transaction and consistency management component may be responsible for ensuring that this change is performed atomically, consistently, durably, and in an isolated manner in the database.
  • the transaction and consistency management component may work together with the client-side storage service driver of the database engine head node to generate a redo log record to be sent to one of the nodes in the distributed database-optimized storage service and to send it to the distributed database-optimized storage service (along with other redo logs generated in response to other client requests) in an order and/or with timing that ensures the ACID properties are met for this transaction.
  • the corresponding storage node may update the data block, and may update a redo log for the data block (e.g., a record of all changes directed to the data block).
  • the database engine may be responsible for generating an undo log record for this change, and may also be responsible for generating a redo log record for the undo log both of which may be used locally (in the database tier) for ensuring transactionality.
  • the systems described herein may shift the responsibility for applying changes to data blocks to the storage system (rather than applying them at the database tier and shipping the modified data blocks to the storage system).
  • snapshot operations and/or log manipulations may be performed by the storage system as well.
  • log entry pages and physical application pages may be allocated from a single heap of pages associated with an SSD device. This approach may have the advantage of leaving the relative amount of storage consumed by log pages and data pages to remain unspecified and to adapt automatically to usage. It may also have the advantage of allowing pages to remain unprepared until they are used, and repurposed at will without preparation.
  • an allocation model may partition the storage device into separate spaces for log entries and data pages. Once such allocation model is illustrated by the block diagram in FIG. 6 and described below.
  • FIG. 6 is a block diagram illustrating how data and metadata may be stored on a given storage node (or persistent storage device) of a distributed database-optimized storage system, according to one embodiment.
  • SSD storage space 600 stores an SSD header and other fixed metadata in the portion of the space labeled 610. It stores log pages in the portion of the space labeled 620, and includes a space labeled 630 that is initialized and reserved for additional log pages.
  • One portion of SSD storage space 600 (shown as 640) is initialized, but unassigned, and another portion of the space (shown as 650) is uninitialized and unassigned.
  • the portion of SSD storage space 600 labeled 660 stores data pages.
  • the first usable log page slot is noted as 615
  • the last used log page slot is noted as 625
  • the last reserved log page slot is noted as 635
  • the last usable log page slot is noted as 645
  • the first used data page slot is noted as 665.
  • the positions of each of these elements (615, 625, 635, 645, and 665) within SSD storage space 600 may be identified by a respective pointer.
  • valid log pages may be packed into the beginning of the flat storage space. Holes that open up due to log pages being freed may be reused before additional log page slots farther into the address space are used.
  • the first n log page slots contain valid log data, where n is the largest number of valid log pages that have ever simultaneously existed.
  • valid data pages may be packed into the end of the flat storage space. Holes that open up due to data pages being freed may be reused before additional data page slots lower in the address space are used.
  • the last m data pages contain valid data, where m is the largest number of valid data pages that have ever simultaneously existed.
  • a log page slot before a log page slot can become part of the potential set of valid log page entries, it must be initialized to a value that cannot be confused for a valid future log entry page. This is implicitly true for recycled log page slots, since a retired log page has enough metadata to never be confused for a new valid log page.
  • the log page slots when a storage device is first initialized, or when space is reclaimed that had potentially been used to store application data pages, the log page slots must be initialized before they are added to the log page slot pool. In some embodiments, rebalancing/reclaiming log space may be performed as a background task.
  • the current log page slot pool includes the area between the first usable log page slot (at 615) and the last reserved log page slot (625). In some embodiments, this pool may safely grow up to last usable log page slot (625) without reinitialization of new log page slots (e.g., by persisting an update to the pointer that identifies the last reserved log page slot, 635). In this example, beyond the last usable log page slot (which is identified by pointer 645), the pool may grow up to the first used data page slot (which is identified by pointer 665) by persisting initialized log page slots and persistently updating the pointer for the last usable log page slot (645).
  • the previously uninitialized and unassigned portion of the SSD storage space 600 shown as 650 may be pressed into service to store log pages.
  • the current log page slot pool may be shrunk down to the position of the last used log page slot (which is identified by pointer) by persisting an update to the pointer for the last reserved log page slot (635).
  • the current data page slot pool includes the area between the last usable log page slot (which is identified by pointer 645) and the end of SSD storage space 600.
  • the data page pool may be safely grown to the position identified by the pointer to the last reserved log page slot (635) by persisting an update to the pointer to the last usable log page slot (645).
  • the previously initialized, but unassigned portion of the SSD storage space 600 shown as 640 may be pressed into service to store data pages.
  • the pool may be safely grown to the position identified by the pointer to the last used log page slot (625) by persisting updates to the pointers for the last reserved log page slot (635) and the last usable log page slot (645), effectively reassigning the portions of SSD storage space 600 shown as 630 and 640 to store data pages, rather than log pages.
  • the data page slot pool may be safely shrunk down to the position identified by the pointer to the first used data page slot (665) by initializing additional log page slots and persisting an update to the pointer to the last usable log page slot (645).
  • page sizes for the log page pool and the data page pool may be selected independently, while still facilitating good packing behavior.
  • all of the log page slots up to the position identified by the pointer to the last reserved log page slot (635) may be rapidly and sequentially read, and the entire log index may be reconstructed (including inferred linking/ordering). In such embodiments, there may be no need for explicit linking between log pages, since everything can be inferred from LSN sequencing constraints.
  • a segment may consist of three main parts (or zones): one that contains a hot log, one that contains a cold log, and one that contains user page data. Zones are not necessarily contiguous regions of an SSD. Rather, they can be interspersed at the granularity of the storage page.
  • the hot log zone may accept new writes from the client as they are received by the storage node.
  • Both Delta User Log Records (DULRs), which specify a change to a user/data page in the form of a delta from the previous version of the page, and Absolute User Log Records (AULRs), which specify the contents of a complete user/data page, may be written completely into the log.
  • Log records may be added to this zone in approximately the order they are received (e.g., they are not sorted by LSN) and they can span across log pages.
  • the log records may be self-describing, e.g., they may contain an indication of their own size. In some embodiments, no garbage collection is performed in this zone.
  • VDL CLRs may be written into the hot zone as they are received, but only the most recently written VDL CLR may be meaningful.
  • every time a new log page is written it may be assigned a flush number.
  • the flush number may be written as part of every sector within each log page.
  • Flush numbers may be used to determine which log page was written later when comparing two log pages.
  • Flush numbers are monotonically increasing and scoped to an SSD (or storage node). For example, a set of monotonically increasing flush numbers is shared between all segments on an SSD (or all segments on a storage node).
  • log records in the cold log zone, may be stored in increasing order of their LSNs.
  • AULRs may not necessarily store data in-line, depending on their size. For example, if they have large payloads, all or a portion of the payloads may be stored in the data zone and they may point to where their data is stored in the data zone.
  • log pages in the cold log zone may be written one full page at a time, rather than sector-by-sector. Because log pages in the cold zone are written a full page at a time, any log page in the cold zone for which the flush numbers in all sectors are not identical may be considered to be an incompletely written page and may be ignored.
  • DULRs may be able to span across log pages (up to a maximum of two log pages).
  • AULRs may not be able to span log sectors, e.g., so that a coalesce operation will be able to replace a DULR with an AULR in a single atomic write.
  • the cold log zone is populated by copying log records from the hot log zone.
  • VDL current unconditional volume durable LSN
  • some log records (such as many CLRs) may not need to be copied because they are no longer necessary.
  • some additional coalescing of user pages may be performed at this point, which may reduce the amount of copying required.
  • the hot zone log page may be freed and reused.
  • garbage collection may be done in the cold log zone to reclaim space occupied by obsolete log records, e.g., log records that no longer need to be stored in the SSDs of the storage tier. For example, a log record may become obsolete when there is a subsequent AULR for the same user page and the version of the user page represented by the log record is not needed for retention on SSD.
  • a garbage collection process may reclaim space by merging two or more adjacent log pages and replacing them with fewer new log pages containing all of the non-obsolete log records from the log pages that they are replacing. The new log pages may be assigned new flush numbers that are larger than the flush numbers of the log pages they are replacing.
  • the replaced log pages may be added to the free page pool. Note that in some embodiments, there may not be any explicit chaining of log pages using any pointers. Instead, the sequence of log pages may be implicitly determined by the flush numbers on those pages. Whenever multiple copies of a log record are found, the log record present in the log page with highest flush number may be considered to be valid and the others may be considered to be obsolete.
  • the system may keep track of the number of sectors used by each data page, may preferentially allocate from almost-full data pages, and preferentially garbage collect almost-empty data pages (may require moving data to a new location if it is still relevant). Note that pages allocated to a segment may in some embodiments be repurposed among the three zones.
  • a page that was allocated to a segment when freed, it may remain associated with that segment for some period of time and may subsequently be used in any of the three zones of that segment.
  • the sector header of every sector may indicate the zone to which the sector belongs. Once all sectors in a page are free, the page may be returned to a common free storage page pool that is shared across zones. This free storage page sharing may in some embodiments reduce (or avoid) fragmentation.
  • the distributed database-optimized storage systems described herein may maintain various data structures in memory. For example, for each user page present in a segment, a user page table may store a bit indicating whether or not this user page is "cleared" (i.e., whether it includes all zeroes), the LSN of the latest log record from the cold log zone for the page, and an array/list of locations of all log records from the hot log zone for page. For each log record, the user page table may store the sector number, the offset of the log record within that sector, the number of sectors to read within that log page, the sector number of a second log page (if the log record spans log pages), and the number of sectors to read within that log page. In some embodiments, the user page table may also store the LSNs of every log record from the cold log zone and/or an array of sector numbers for the payload of the latest AULR if it is in the cold log zone.
  • an LSN index may be stored in memory.
  • An LSN index may map LSNs to log pages within the cold log zone. Given that log records in cold log zone are sorted, it may be to include one entry per log page. However, in some embodiments, every non-obsolete LSN may be stored in the index and mapped to the corresponding sector numbers, offsets, and numbers of sectors for each log record.
  • a log page table may be stored in memory, and the log page table may be used during garbage collection of the cold log zone.
  • the log page table may identify which log records are obsolete (e.g., which log records can be garbage collected) and how much free space is available on each log page.
  • an extent may be a logical concept representing a highly durable unit of storage that can be combined with other extents (either concatenated or striped) to represent a volume. Each extent may be made durable by membership in a single protection group.
  • An extent may provide an LSN-type read/write interface for a contiguous byte sub-range having a fixed size that is defined at creation. Read/write operations to an extent may be mapped into one or more appropriate segment read/write operations by the containing protection group.
  • the term "volume extent” may refer to an extent that is used to represent a specific sub-range of bytes within a volume.
  • a volume may consist of multiple extents, each represented by a protection group consisting of one or more segments.
  • log records directed to different extents may have interleaved LSNs.
  • the client may keep track of outstanding log records that have not yet been made durable, and once all ULRs up to a specific LSN are made durable, it may send a Volume Durable LSN (VDL) message to one of the protection groups in the volume.
  • VDL Volume Durable LSN
  • Unconditional VDL This is sometimes referred to as an "Unconditional VDL" and it may be periodically persisted to various segments (or more specifically, to various protection groups) along with write activity happening on the segments.
  • the Unconditional VDL may be stored in log sector headers.
  • the operations that may be performed on a segment may include writing a DULR or AULR received from a client (which may involve writing the DULR or AULR to the tail of the hot log zone and then updating the user page table), reading a cold user page (which may involve locating the data sectors of the user page and returning them without needing to apply any additional DULRs), reading a hot user page (which may involve locating the data sectors of the most recent AULR for the user page and apply any subsequent DULRs to the user page before returning it), replacing DULRs with AULRs (which may involve coalescing DULRs for a user page to create an AULR that replaces the last DULR that was applied), manipulating the log records, etc.
  • coalescing is the process of applying DULRs to an earlier version of a user page to create a later version of the user page. Coalescing a user page may help reduce read latency because (until another DULR is written) all DULRs written prior to coalescing may not need to be read and applied on demand. It may also help reclaim storage space by making old AULRs and DULRs obsolete (provided there is no snapshot requiring the log records to be present).
  • a coalescing operation may include locating a most recent AULR and applying any subsequent DULRs in sequence without skipping any of the DULRs. As noted above, in some embodiments, coalescing may not be performed within the hot log zone. Instead, it may be performed within the cold log zone. In some embodiments, coalescing may also be performed as log records are copied from the hot log zone to the cold log zone.
  • the decision to coalesce a user page may be triggered by the size of the pending DULR chain for the page (e.g., if the length of the DULR chain exceeds a pre-defined threshold for a coalescing operation, according to a system-wide, application-specific or client-specified policy)), or by the user page being read by a client.
  • FIG. 7 is a block diagram illustrating an example configuration of a database volume 710, according to one embodiment.
  • data corresponding to each of various address ranges 715 (shown as address ranges 715a - 715e) is stored as different segments 745 (shown as segments 745a - 745n). More specifically, data corresponding to each of various address ranges 715 may be organized into different extents (shown as extents 725a - 725b, and extents 735a - 735h), and various ones of these extents may be included in different protection groups 730 (shown as 730a - 730f), with or without striping (such as that shown as stripe set 720a and stripe set 720b).
  • protection group 1 illustrates the use of erasure coding.
  • protection groups 2 and 3 and protection groups 6 and 7 represent mirrored data sets of each other, while protection group 4 represents a single-instance (non-redundant) data set.
  • protection group 8 represents a multi-tier protection group that combines other protection groups (e.g., this may represent a multi-region protection group).
  • stripe set 1 (720a) and stripe set 2 (720b) illustrates how extents (e.g., extents 725a and 725b) may be striped into a volume, in some embodiments.
  • protection group 1 (730a) includes extents a - c (735a - 735c), which include data from ranges 1 - 3 (715a - 715c), respectively, and these extents are mapped to segments 1 -4 (745a - 745d).
  • Protection group 2 (730b) includes extent d (735d), which includes data striped from range 4 (715d), and this extent is mapped to segments 5 - 7 (745e - 745g).
  • protection group 3 (730c) includes extent e (735e), which includes data striped from range 4 (715d), and is mapped to segments 8 - 9 (745h - 745i); and protection group 4 (730d) includes extent f (735f), which includes data striped from range 4 (715d), and is mapped to segment 10 (745j).
  • protection group 6 (730e) includes extent g (735g), which includes data striped from range 5 (715e), and is mapped to segments 11-12 (745k - 7451); and protection group 7 (730f) includes extent h (735h), which also includes data striped from range 5 (715e), and is mapped to segments 13 - 14 (745m - 745n).
  • database system 400 may be configured to create, delete, modify, and/or otherwise use a snapshot. While the method of FIG. 8 may be described as being performed by various components of a log-structured storage system, such as distributed database-optimized storage system 410 (e.g. storage system server node(s) 430, 440, 450, etc.), the method need not be performed by any specific component in some cases. For instance, in some cases, the method of FIG. 8 may be performed by some other component or computer system, according to some embodiments. Or, in some cases, components of database system 400 may be combined or exist in a different manner than that shown in the example of FIG. 4 . In various embodiments, the method of FIG.
  • distributed database-optimized storage system 410 e.g. storage system server node(s) 430, 440, 450, etc.
  • the method need not be performed by any specific component in some cases.
  • the method of FIG. 8 may be performed by some other component or computer system, according to some embodiments.
  • FIG. 8 may be performed by one or more computers of a distributed database-optimized storage system, one of which is shown as the computer system of FIG. 10 .
  • the method of FIG. 8 is shown as one example implementation of a method for snapshot creation, deletion, modification, use, etc. In other implementations, the method of FIG. 8 may include additional or fewer blocks than are shown.
  • a plurality of log records each associated with a respective change to data stored/maintained by a database service, may be maintained.
  • the changes, represented by log records may be stored by storage system service node 430 of a distributed database-optimized storage system of a database service.
  • the log records may be received, by distributed database-optimized storage system, from a database engine head node of the database service. In other embodiments, the log records may be received from another component of the database service that is separate from the distributed database-optimized storage system
  • each log record may be associated with a respective identifier, such as a sequentially ordered identifier (e.g. a log sequence number (“LSN”)), as described herein.
  • LSN log sequence number
  • the log records may be associated with a respective LSN at the time they are received or the storage system may assign an LSN to a given log record in the order in which it was received.
  • the data to which the plurality of log records corresponds may be a single data page (e.g., of data page(s) 433, 443, or 453 of FIG. 4 ) or a number of data pages.
  • the plurality of log records includes four log records having LSNs 1-4.
  • each of LSNs 1-4 may pertain to a data page A.
  • LSNs 1 and 3 may pertain to data page A and LSNs 2 and 4 may pertain to data page B.
  • each particular log record may be associated with a single user/data page (e.g., LSN1-page A, LSN2-page B, etc.).
  • the log records may be stored in a distributed manner across the various nodes, such as storage system server nodes 430, 440, and 450 of FIG. 4 .
  • a single copy of the log record may be stored at a single node, or a single copy may be stored at multiple nodes, among other examples.
  • the log record with LSN 1 may be stored at both of nodes 430 and 440
  • LSN 2 may be stored at node 430
  • LSNs 3 and 4 may be stored at all three nodes 430, 440, and 450.
  • not all of the various nodes and/or mirrors may be up to date with a full set of log records.
  • log record manipulation may be performed to facilitate reconciling differences between log records stored at the various nodes.
  • a given log record is stored may be determined by the database engine head node and may be included as routing information provided to the distributed database-optimized storage system.
  • distributed database-optimized storage system may determine which node or nodes to store a given log record. In one embodiment, such a determination by the distributed database-optimized storage system may be to maximize performance by approximately proportionately distributing the log records among the various nodes. In one embodiment, such a determination by the distributed database-optimized storage system may depend on an importance of a log record. For example, an AULR of an important (e.g., frequently accessed) data page may be stored at multiple nodes whereas a DULR associated with a less important data page may only be stored at a single node.
  • log records may include DULRs and AULRs.
  • an application, the database service, and/or a user of the database service may determine whether to create a DULR or AULR for a given change to a data page. For example, the database service may ensure that at least one of every ten log records for a given data page is an AULR. In such an example, if nine log records in a row for a given data page are DULRs, then the database service may specify that the next log record be an AULR.
  • each data page in a volume may need an AULR. Therefore, for the first write of a data page, the log record may be an AULR.
  • each data page may be written to a certain value (e.g., all zeroes) to initialize the data pages as an AULR.
  • An all zeros AULR may suffice such that subsequent writes of the data page may be DULRs.
  • a snapshot may be generated.
  • generating the snapshot may include generating metadata indicative of a log identifier (e.g., LSN) of a particular log record.
  • metadata indicative of one or more other log identifiers of other particular log records may also be generated.
  • Such metadata indicative of log identifier(s) of log record(s) may indicate that those particular log records are to be kept (e.g., not deleted or garbage collected) for that snapshot (until that snapshot is deleted or replaced).
  • the generated metadata may also be indicative of a snapshot identifier.
  • Example snapshot identifiers may include one or more of a sequential number, a name, a time associated with the snapshot. For example, a particular snapshot may be called SN1 and/or may have a timestamp of December 22, 2005 at 14:00.00 (2pm exactly) GMT.
  • the metadata associated with the snapshot may be usable to prevent one or more log records from being garbage collected.
  • the metadata may indicate one or more log records that are needed to recreate a given page up to the log record/LSN associated with the snapshot.
  • the metadata may ensure that the data page(s) can be generated up to the LSN associated with the snapshot.
  • the metadata may be stored in a variety of different locations.
  • the metadata may be stored within each log record and may indicate that respective log record's protection from garbage collection status. For example, if log records having LSNs 2, 3, and 4 should not be garbage collected for a particular snapshot, then metadata associated with the log records at LSNs 2, 3, and 4, should indicate that the log records at LSNs 2, 3, and 4 should not be garbage collected.
  • the snapshot metadata may be stored at a higher level of the distributed database-optimized storage system (e.g., at the segment, volume, or log record level, or elsewhere, etc.) and may indicate the status of a plurality of log records' garbage collection status.
  • the metadata include a list of LSNs corresponding to log records that should be retained per the snapshot. Note that upon taking a subsequent snapshot, the log record(s) to be retained may change. As a result, the metadata corresponding to particular ones of the log records may also change. For instance, LSNs 2, 3, and 4 may no longer need to be retained for a future snapshot. Accordingly, in such an example, the metadata may be modified such that it no longer indicates that the log records corresponding to LSNs 2, 3, and 4 should be retained.
  • the metadata may explicitly indicate which log records are not garbage collectable or it may instead indicate a snapshot type (described below) along with a particular LSN corresponding to the snapshot.
  • a garbage collection process of the distributed database-optimized storage system may determine, from the snapshot type and the particular LSN, which log records are garbage collectable and which are not. For example, the garbage collection process may determine that the log record associated with the particular LSN and each DULR back in time until the previous AULR for that data page are not garbage collectable.
  • a snapshot may be specific to a particular data page, or it may be specific to multiple data pages (e.g., segment, volume).
  • the metadata may indicate a type of the snapshot (e.g., whether the snapshot is a continuous or a discrete snapshot), as described herein.
  • the type of the snapshot may be directly indicated (e.g., continuous or discrete) in the metadata or it may indirectly indicated (e.g., which log record(s) are indicated as not garbage collectable may be indicative of whether the snapshot is continuous or discrete).
  • a continuous snapshot may indicate one set of log record(s) that are not garbage collectable whereas a discrete snapshot may indicate a different (e.g., smaller) set of log record(s) that are not garbage collectable.
  • a continuous and discrete snapshot may have metadata indicating the same set of log record(s). For example, for a snapshot of a data page taken at a point in time corresponding to an AULR, the continuous and discrete snapshot may both have metadata that indicates only the AULR should be protected from garbage collection.
  • a continuous snapshot may be usable to restore the data to each point in time between the time of the continuous snapshot and a previous time (e.g., the most recent AULR).
  • a discrete snapshot may be reusable to restore data to the state as of the snapshot's point in time. For example, consider an example of a data page (AULR), with three delta log records after that data page, followed by a new version of the data page (AULR) and three more delta log records for that new version of the data page.
  • AULR data page
  • AULR data page
  • AULR data page
  • AULR new version of the data page
  • Using a snapshot to restore data is used herein to describe reading the data as of the snapshot without making a copy of the previous version of the data.
  • the log entries that may be indicated as not garbage collectable include the new version of the data page and the three log entries after that data page. If a continuous snapshot is taken from the current snapshot point in time to the point in time of the first version of the data page, then the log entries that may be indicated as not garbage collectable include the first data page and all six log records. Note that the intermediate instantiated block (e.g., the new version of the data page (AULR)) may not be indicated as not garbage collectable because it is recreatable with the first version of the data page and the first three log records.
  • the intermediate instantiated block e.g., the new version of the data page (AULR)
  • AULR new version of the data page
  • the continuous snapshot is usable to restore the data page to any of the points in time for which log records exist whereas the discrete snapshot is usable to restore the data page to the point in time of the snapshot and to each point in time between the point in time of the snapshot and the most recent AULRs before the snapshot.
  • generating the snapshot may be performed without additional reading, copying, or writing the data block, as would be required when employing an off-volume backup strategy. Accordingly, the snapshot may be generated in place such that the snapshot generation may not requiring take a backup of the data. Note that backups of data where the data is also stored elsewhere may occur but such occurrence may be performed outside of the snapshot generation process. For instance, a client may request that multiple copies of the data be stored in separate storage locations.
  • the data may be read as of the state corresponding to the snapshot. For example, if a user dropped a table but wants that table back, the snapshot can be used to read/restore the data (e.g., data page, segment, volume, etc.) such that the table is available again. Note that reading/restoring the snapshot may include losing some data/work that was performed after the point of the snapshot and may not include creating a copy of the previous version of the data as part of the read/restore process.
  • the data e.g., data page, segment, volume, etc.
  • Restoring the data to the state corresponding to the snapshot may include applying one or more of the log records, including the particular log record indicated in the metadata, to a previous version of the data.
  • the previous version of the data may be in the form of an AULR or it may be in the form of a DULR (as applied to an AULR and/or one or more DULRs before the DULR).
  • applying the one or more log records to a previous version of the data may be performed as a background process for the database service. In one embodiment, applying the log record(s) to the previous version of the data may be distributed across various nodes of the database service. In one embodiment, applying the log record(s) to the previous version of the data may be performed in parallel across those various nodes.
  • one or more log records with associated times later than a time associated with the snapshot may be indicated as garbage collectable. For example, if log records having LSNs 1-6 exist for a data page with a snapshot having been taken at LSN 3, upon restoring the snapshot taken at LSN 3, LSNs 4-6 may be indicated as garbage collectable or may simply have the not garbage collectable indication removed (thereby making them garbage collectable). Thus, even if a second snapshot was taken at LSN 6, upon restoring the snapshot from LSN 3, the snapshot taken at LSN 6 may no longer be in place such that the protection of log records corresponding to snapshot taken at LSN 6 may no longer be in effect. Or, in one embodiment, the second snapshot may still be preserved even when restoring to a previous snapshot.
  • garbage collection may be a background process that permits space used to store log records to be reclaimed for other log records in the future (or for other data). Garbage collection may be spread across the various nodes such that garbage collection may occur as a distributed process in parallel. Reclaiming by the garbage collection process may include deleting one or more log records. Those log records to delete may be determined by the garbage collection process based on the particular log record(s) indicated in the metadata and/or may be based on the type of snapshot. Or, in one embodiment, in which each protected log record is explicitly indicated in metadata, then the garbage collection process may simply delete log records not indicated as protected in the metadata.
  • a plurality of the log records may be coalesced based, least in part, on the snapshot. For example, for a given data page, if an AULR exists at LSN 1, DULRs exist at LSNs 2-8 and a discrete snapshot is taken at LSN 8, a new AULR may be created to replace the DULR at LSN 8 such that each of the log records from LSN 2-8 are applied to the AULR at LSN 1. The new AULR at LSN 8 may then allow the log records at LSN 1-7 to be garbage collectable thereby freeing up the space used to store those log records. Note that for a continuous snapshot, coalescing may not take place to maintain the ability to restore to each of the points in time covered by the continuous snapshot.
  • a client may request that continuous snapshots be retained for the two previous days and periodic (e.g., twice daily, once daily) discrete snapshots be retained for the thirty days before that.
  • periodic e.g., twice daily, once daily
  • the continuous snapshot from day 30 to day 31 may no longer be needed by a client as it is no longer in the most recent two day period. Accordingly, the continuous snapshot from day 30 to day 31 may be converted into a discrete snapshot.
  • the metadata may be modified such that log record(s) no longer needed for the discrete snapshot at that point in time may be indicated as garbage collectable (or no longer indicated as not garbage collectable).
  • the discrete snapshot at day 1 may be deleted and/or garbage collected as well (assuming the day 2 discrete snapshot is not dependent on the log records of the discrete snapshot at day 1) because it no longer falls within the preceding thirty day window before the most recent two days. Deleting the snapshot at day 1 may include modifying and/or deleting the metadata that protected the log records associated with the day 1 snapshot from being garbage collected (unless needed by a subsequent snapshot) such that those records may then be garbage collectable. Note that if the discrete snapshot at day 2 includes is dependent on log records of the discrete snapshot at day 1, one or more log records associated with the discrete snapshot at day 2 may be converted in AULR(s) such that the day 1 log records can be deleted and/or garbage collected.
  • the method of FIG. 8 may apply to data of a single data page or to data from multiple data pages. Therefore, in various embodiments, the snapshot may be usable to restore data from multiple different data pages or to a single data page.
  • the metadata of the snapshot may be indicative of one or more log identifiers for one or more particular log records for a single data page or multiple log identifiers for multiple log records for multiple data pages.
  • metadata corresponding to a snapshot for a single data page may, in some instances, also be indicative of multiple log identifiers for multiple log records.
  • the metadata may be indicative of multiple log records that should not be garbage collected, such as if the snapshot corresponds to a DULR.
  • the metadata may be indicative (directly or indirectly) that each DULR back in time to the most recent AULR and the most recent AULR for that page should not be garbage collected.
  • the disclosed in-place snapshot techniques may improve performance of the system in terms of using fewer IO and networking resources as opposed to a system that backs up the data to perform a snapshot by reading, copying, and writing of the data block. And because of those performance improvements, the disclosed techniques may provide for fewer transaction rate stalls or throttling that would be visible to users of the system (e.g., those using the system for foreground activity).
  • data base system 400 may be configured to manipulate (e.g., transform, modify, etc.) log records. While the method of FIG. 9 may be described as being performed by various components of a log-structured storage system, such as distributed database-optimized storage system 410 (e.g. storage system server node(s) 430, 440, 450, etc.), the method need not be performed by any specific component in some cases. For instance, in some cases, the method of FIG. 9 may be performed by some other component or computer system, according to some embodiments. Or, in some cases, components of database system 400 may be combined or exist in a different manner than that shown in the example of FIG. 4 . In various embodiments, the method of FIG.
  • distributed database-optimized storage system 410 e.g. storage system server node(s) 430, 440, 450, etc.
  • the method need not be performed by any specific component in some cases.
  • the method of FIG. 9 may be performed by some other component or computer system, according to some embodiments.
  • FIG. 9 may be performed by one or more computers of a distributed database-optimized storage system, one of which is shown as the computer system of FIG. 10 .
  • the method of FIG. 9 is shown as one example implementation of a method for log transformation/manipulation. In other implementations, the method of FIG. 9 may include additional or fewer blocks than are shown.
  • the method of FIG. 9 may be used in conjunction with the method of FIG. 8 such that the method of FIG. 9 includes one or more blocks of the method of FIG. 8 .
  • log records may be received.
  • the log records may be received by the distributed database-optimized storage system, from a database engine head node of the database service.
  • each log record may be associated with a respective log sequence identifier and may be associated with a respective change to data stored by the database system.
  • log records may include one or more AULRs, also referred to as baseline log record(s), and/or one or more DULRs.
  • the baseline log record(s) may include a page of data, such that it includes the full data for the page and not just changes to the data.
  • DULRs may include a change to a page of data and not the full page of data.
  • LSN t is a special LSN that stands for tail, which starts from 0 and is continually increasing as writes occur on the volume.
  • a log section is a collection of log records that has all the information necessary to be able to read a volume at one or more target LSNs, given a volume at a baseline LSN.
  • the log section does not contain any log record with LSN less than or equal to the baseline LSN or greater than the highest target LSN. For example, if there is a complete volume at a baseline LSN of 'a', and a log section is L(a;b], then the volume can be generated and read at LSN 'b'.
  • a log section may then be represented as L( ⁇ baseline LSN>; ⁇ set of target LSNs>].
  • ⁇ baseline LSN> may be a single LSN (e.g., '0' or 'a').
  • ⁇ set of target LSNs> may be a single LSN (e.g., 'b'), a sequence of discrete LSNs (e.g., 'b,c'), an inclusive range of LSNs (e.g., 'c..d'), or a combination thereof (e.g., 'b,c,d..e').
  • An inclusive range, such as c..d indicates that enough information is available to restore any volume between c and d.
  • target LSNs are greater than or equal to the baseline LSN.
  • LSNs of a log section are listed in ascending order.
  • records in a log section can be a combination of AULRs and/or DULRs.
  • a log section may alternatively include only DULRs or only AULRs.
  • a log section may include only AULRs for user pages that were modified between the baseline and target LSNs.
  • it is not required to be able to generate versions of user pages at LSNs other than the target LSNs.
  • a log section L(a;c] may not have enough information to generate user pages at LSN b where a ⁇ b ⁇ c.
  • a log section of the form L(0;a] may represent the volume at LSN a.
  • the log section notation described herein is indicative of LSNs for a volume that includes multiple data/user pages.
  • a log record with LSN 1 may be an AULR for page x and a log record with LSN 2 may be an AULR for page y.
  • log records with LSNs 3 and 5 may be DULRs for page x and log records with LSNs 4 and 6 may be DULRs for page y.
  • the database service may start with the AULR at LSN 2, which is the most recent AULR for page y, and apply the changes from LSNs 4 and 6 on top of that.
  • the database service would start with the AULR at LSN 1 and then apply the changes from the log records at LSNs 3 and 5 before returning page x to the requestor.
  • the plurality of log records may be stored among the storage nodes of the distributed database-optimized storage system.
  • a given log record may be stored at one or more storage nodes of the distributed database-optimized storage system.
  • the distributed database-optimized storage system may determine which one or more storages nodes on which to store the given log record, or the distributed database-optimized storage system may receive instructions from the database engine head node that indicates one or more storage nodes on which to store the given log record. Note that in some instances, because each storage node may not store the same one or more log records at a given time, one or more nodes and/or mirrors of the storage system may not be up to date with a complete set of the current log records.
  • the plurality of log records may be transformed.
  • the plurality of log records that may be transformed may include two or more log sections. Those two or more log sections may be operands for the transformation.
  • Various examples of log sections as operands e.g., L(a;c], L(a;b,d], L(a;b,c..e], etc.
  • Transformation may occur in a variety of manners.
  • transforming the plurality of log records may result in a modified plurality of log records.
  • the modified plurality of log records may be a different plurality of log records.
  • the different plurality of log records may be fewer in number than the originally maintained plurality of log records, greater in number, or equal in number but different in at least one of the log records. Transformation of the log records may result in a more efficient system (e.g., in terms of storage space, network usage, etc.)
  • transforming the plurality of log records may include determining that differences exist in log records maintained at different ones of the storage nodes and reconciling those differences in log records maintained at the various nodes.
  • Reconciling the differences in log records may include generating and/or reconstructing a modified plurality of log records in the form of an overall master log of log records that reconciles the various log records stored at the various nodes.
  • the master log may be then be provided to the various nodes and/or mirrors to synchronize the contents of the logs (e.g., by replacing a log that is not up to date). Or, in one embodiment, the master log may be maintained on a particular node. That master log may be deemed as the master log of the storage nodes until the next occurrence of log reconciliation.
  • SN1 may store log records having identifiers LSN 1, LSN 2, and LSN 3.
  • SN2 may store log records having identifiers LSN 3, LSN 4, and LSN 5, and
  • SN3 may store log record having identifier LSN 6.
  • Transforming the log records may include generating a master log record that includes once instance of LSNs 1-6 and not two instances of LSN 3, which was stored at both SN1 and SN2.
  • Performing the log reconciliation may include applying one or more log operations to the log records.
  • Example log operations include coalescing, pruning, cropping, reducing, fusing, and/or otherwise deleting or adding log records. Such example log operations are described in more detail below.
  • transforming the log records may include coalescing the plurality of log records. Coalescing the log records may include converting a delta log record into a new baseline log record.
  • Coalescing the log records may include converting the DULR of LSN 8 to an AULR. To convert LSN 8 to an AULR, the changes from log records that correspond to the same data page as LSN 8 (e.g., data page y), including the log record at LSN 8, may be applied to the most recent AULR for that data page.
  • converting the DULR at LSN 8 to an AULR includes applying the changes of the log records at LSNs 4, 6, and 8 to the AULR at LSN 2.
  • the log records at LSN 2, 4, and 6 may then be garbage collected or otherwise deleted, whereas in other situations (e.g., for a continuous snapshot or other dependency), those LSNs may be retained until no longer needed.
  • the plurality of log records may be associated with at least one snapshot (e.g., a snapshot as created according to the method of FIG. 8 ) that is usable to restore data to a previous state.
  • transforming the plurality of records may include garbage collecting one or more of the log records, based at least in part, on the snapshot. For instance, continuing the previous coalescing example, if LSNs 2, 4, and 6 are needed as part of a continuous snapshot, then the log records corresponding to those LSNs may not be garbage collectable (and may not be coalesced in the first place). In contrast, if those log records are not needed as part of a snapshot, then they may be garbage collected.
  • the log records at LSNs 2, 4, and 6 may not be needed because the log record at LSN 8 is an AULR. Therefore, the log records at LSNs 2, 4, and 6 may be garbage collected.
  • transforming the log records may include indicating that one or more log records are garbage collectable.
  • transforming the log records to indicate one or more log records are garbage collectable may include generating and/or modifying metadata associated with those one or more log records to indicate those log records are garbage collectable.
  • transforming the log records may include deleting one or more log records.
  • deleting a log record may be part of a prune or crop operation, among other operations. Deleting the log record may be different that garbage collection, in some embodiments, in that garbage collection may be passively and lazily performed as a background process, whereas deletion may be performed as a foreground process.
  • transforming the log records may include performing a crop operation to crop the plurality of log records.
  • Performing the crop operation may include deleting (and/or indicating as garbage collectable) one or more log records having respective identifiers (e.g., LSN value) less than or less than or equal to the value of a target identifier (e.g., target LSN).
  • the crop operation may be used to increase the baseline LSN of a log section.
  • the respective identifiers may be sequentially ordered according to time, therefore, in some embodiments, cropping may include deleting the log records having respective associated times before an associated time of the target identifier.
  • the left argument for the operation may be a log section with baseline LSN B1 and the right argument may be a range of LSNs to be removed. Accordingly, the result may be one or more log records having LSNs that start at a point in time corresponding to the target LSN.
  • L(a;c]-(a,b] L(b;c].
  • the portion (a,b] is cropped from (a;c] resulting in a new range of (b;c].
  • simple () brackets may indicate open bounds in a range and square [] brackets may indicate closed bounds in a range.
  • one or more log records having an LSN less than or equal to the new baseline LSN may be deleted (or garbage collected).
  • the original log section may not include any such log records to crop.
  • the crop operation may not result in a reduction in the size of the log section.
  • transforming the log records may include performing a prune operation to prune the plurality of log records.
  • Performing the prune operation may include deleting (and/or indicating as garbage collectable) one or more log records having respective identifiers (e.g., LSN value) greater than or greater than or equal to the value of a target identifier (e.g., target LSN).
  • the prune operation may be used to remove a trailing portion of a log section. Similar to the crop operation, because respective identifiers may be sequentially ordered according to time, in some embodiments, pruning may include deleting the log records having respective associated times after an associated time of the target identifier.
  • the left argument for the prune operation may be a log section with target LSN(s) T1 and the right argument may be a new target LSN(s) T2, with T2 being a proper subset of T1.
  • the prune operation may remove LSNs such that the removed LSNs are greater than the retained LSNs. For example, for LSNs L3 in ⁇ T1-T2 ⁇ with L2 in T2, the following condition may hold true: L3>L2.
  • transforming the log records may include reducing the plurality of log records.
  • the reduce operation may reduce the set of target LSNs of a log section without changing the highest target LSN.
  • the reduce operation may be a complementary operation to the prune operation. Reducing may not cut the head or tail end of a log section but instead may remove a middle portion of the section.
  • An example of a reduce operation would be to remove the continuous portion of a snapshot. For instance, if a continuous snapshot is requested for the last two days and discrete snapshots requested for the last 30 days, once a portion of the continuous snapshot is greater than two days old, a portion may be removed thereby resulting in one or more discrete snapshots.
  • the reduce operation may be denoted by '@@'.
  • the left argument to the reduce operation may be a log section with target LSN T1 with the right argument being the next target LSN T2, with T2 being a proper subset of T1.
  • the highest LSN in T1 may be equal to the highest LSN in T2.
  • L(a;b..c]@@[c] may result in L(a;c].
  • L(a;a..b,c..e]@@[b,d..e] may result in L(a;b,d..e].
  • no log records may be required to be deleted as part of the reduce operation. In some examples, some log records may not be required to generate user page versions at the new target LSNs.
  • Those log records may be deleted safely but are not required to be deleted. Those log records can be left in place and/or garbage collected lazily. Identifying which log records are deletable (e.g., via deletion or garbage collection) may be determined based on determined dependencies among the plurality of log records. For example, certain DULRs may be dependent on one or more previous DULRs and/or a previous AULR. Therefore, in one embodiment, a log record that is deletable and does not have other log records dependent upon it may be deleted and/or garbage collectable whereas a log record that would otherwise be deletable but has other log records dependent on it may be kept and not deleted or garbage collected.
  • L(a;c] may be transformed into L(b;c]
  • it may not be transformed into L(a;b] because L(a;c] may be missing some log record(s) between a and b, which were superseded by AULR(s) between b and c.
  • L(a;c] may lack enough information to generate the whole volume at LSN b.
  • the new target LSN set of a log section may have to be a subset of the previous target LSN set.
  • L(a;b..c] and L(a;a..c] may not have the necessary information to generate the whole volume at LSN b but can be transformed into L(a;b] using prune and reduce operations.
  • transforming the log records may include combining the plurality of log records with another plurality of log records in a fuse operation.
  • the fuse operation may include combining two adjacent log sections into a single log section such that the target LSNs of both log sections are retained.
  • the fusion operation may be represented by '+'.
  • the left argument may include a log section with a lower baseline LSN B1 with the highest target LSN being T1.
  • the right argument may include a log section with a higher baseline LSN B2.
  • B2 is equal to T1 in some embodiments.
  • no log records may be deleted as part of a fuse operation.
  • the log can be represented by L(0;t]. If no garbage collection is performed, the log can be represented by L(0;0..t].
  • a notation for representing a volume at LSN 'a' may be V[a].
  • V[0] can be assumed to include all zeroes.
  • transforming the log records of a volume may include a constitute operation, represented by '*'.
  • a new volume may be created as a higher LSN given a volume at a lower LSN and a log section corresponding to the LSN gap.
  • the left argument may be a volume at LSN B and the right argument may be a log section with baseline LSN B and a single target LSN T.
  • a log section with multiple target LSNs may be pruned and/or reduced to the single LSN of interest before constituting the desired volume.
  • transforming the log records may include performing combinations of operations to the plurality of log records.
  • ' ⁇ ' represents a generic transformation without showing the details of the operations.
  • ⁇ L1 ,L2 ⁇ L3 ⁇ is a transformation from L1 and L2 to L3 without showing the underlying operations to perform the transform.
  • performing combinations of multiple operations on the plurality of log records may facilitate snapshot operations (e.g., as part of taking, restoring, truncating, and/or deleting a snapshot as in FIG. 8 ), or log record reconciliation, among other operations.
  • snapshot operations e.g., as part of taking, restoring, truncating, and/or deleting a snapshot as in FIG. 8
  • log record reconciliation among other operations.
  • Example combinations for taking, restoring, and deleting discrete and continuous snapshots follow.
  • an initial state of a live log for the distributed storage system may be L(0;t].
  • a snapshot may be taken when the tail reaches LSN a, L(0;a,t].
  • L(0;a] may be copied to a snapshot storage location, which may be a separate storage location than the distributed storage system.
  • Another snapshot may be taken when the tail reaches LSN b, L(0;a,b,t].
  • L(0;a,b,t] may then be cropped according to L(0;a,b,t]-(0,a], resulting in L(a;b,t).
  • L(a;b,t) may then be pruned at [b] (L(a;b,)@[b]) resulting in L(a;b].
  • L(a;b] may then be copied to the snapshot storage location as well.
  • L(0;b] may be the desired snapshot to restore and may be used to start a new volume.
  • an initial state of a live log for the distributed storage system may be L(0;t] as was the case in the discrete snapshot taking example.
  • a continuous snapshot make be begun when the tail reaches LSN a, as indicated by L(0;a..t].
  • L(0;.a..t] can be pruned (@@) by [a..b] giving L(0;a..b].
  • L(0;a..b] may then be copied to the snapshot storage location.
  • LSN c (c ⁇ t)
  • L(0;a..t]@@[a..c] L(0;a..c).
  • L(0;a..c)@@[b..c] L(0;b..c].
  • L(0;b..c] may then be cropped at (0,a] giving L(b;b..c], which may then be copied to the snapshot storage location.
  • the continuous snapshot may be stropped when the tail reaches LSN d: L(0,a..d,t].
  • L(0;a..c] @[a..x] L(0;a..x].
  • the result may then be reduced (@@) at [x] resulting in L(0;x].
  • the desired snapshot may be L(0;x] and may be used to start a new volume.
  • L(0,a..d,t] may be reduced by [t] to delete the entire continuous snapshot resulting in L(0;t] (log section with no retained snapshots).
  • L(0,a..d,t] may be reduced by [a..c,t] to delete a part of the continuous snapshot from c to d resulting in L(0,a..c,t].
  • L(0,a..d,t] may be reduced by [c..d,t] to delete a part of the continuous snapshot from a to c resulting in L(0,c..d,t].
  • the database service may receive a request, from a user, of time frames, ranges, or windows in which to snapshot and/or may receive an indication of the type of requested snapshot (e.g., continuous or discrete). For example, a user may request that they want continuous snapshots for the previous two days and discrete snapshots for the previous thirty days. The database service may then determine which log record operation(s) (e.g., crop, reduce, prune, etc.) to perform on the log sections to satisfy the user's request. Continuing the example, once a portion of a continuous snapshot is more than two days old, the system may determine that a reduce operation is appropriate to reclaim space (e.g., via garbage collection) for log records that are no longer needed.
  • log record operation(s) e.g., crop, reduce, prune, etc.
  • the methods described herein may in various embodiments be implemented by any combination of hardware and software.
  • the methods may be implemented by a computer system (e.g., a computer system as in FIG. 10 ) that includes one or more processors executing program instructions stored on a computer-readable storage medium coupled to the processors.
  • the program instructions may be configured to implement the functionality described herein (e.g., the functionality of various servers and other components that implement the database services/systems and/or storage services/systems described herein).
  • FIG. 10 is a block diagram illustrating a computer system configured to implement at least a portion of the database systems described herein, according to various embodiments.
  • computer system 1000 may be configured to implement a database engine head node of a database tier, or one of a plurality of storage nodes of a separate distributed database-optimized storage system that stores database tables and associated metadata on behalf of clients of the database tier, in different embodiments.
  • Computer system 1000 may be any of various types of devices, including, but not limited to, a personal computer system, desktop computer, laptop or notebook computer, mainframe computer system, handheld computer, workstation, network computer, a consumer device, application server, storage device, telephone, mobile telephone, or in general any type of computing device.
  • Computer system 1000 includes one or more processors 1010 (any of which may include multiple cores, which may be single or multi-threaded) coupled to a system memory 1020 via an input/output (I/O) interface 1030.
  • Computer system 1000 further includes a network interface 1040 coupled to I/O interface 1030.
  • computer system 1000 may be a uniprocessor system including one processor 1010, or a multiprocessor system including several processors 1010 (e.g., two, four, eight, or another suitable number).
  • Processors 1010 may be any suitable processors capable of executing instructions.
  • processors 1010 may be general-purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs), such as the x86, PowerPC, SPARC, or MIPS ISAs, or any other suitable ISA. In multiprocessor systems, each of processors 1010 may commonly, but not necessarily, implement the same ISA.
  • the computer system 1000 also includes one or more network communication devices (e.g., network interface 1040) for communicating with other systems and/or components over a communications network (e.g. Internet, LAN, etc.).
  • a client application executing on system 1000 may use network interface 1040 to communicate with a server application executing on a single server or on a cluster of servers that implement one or more of the components of the database systems described herein.
  • a server application executing on computer system 1000 may use network interface 1040 to communicate with other instances of the server application (or another server application) that may be implemented on other computer systems (e.g., computer systems 1090).
  • computer system 1000 also includes one or more persistent storage devices 1060 and/or one or more I/O devices 1080.
  • persistent storage devices 1060 may correspond to disk drives, tape drives, solid state memory, other mass storage devices, or any other persistent storage device.
  • Computer system 1000 (or a distributed application or operating system operating thereon) may store instructions and/or data in persistent storage devices 1060, as desired, and may retrieve the stored instruction and/or data as needed.
  • computer system 1000 may host a storage system server node, and persistent storage 1060 may include the SSDs attached to that server node.
  • Computer system 1000 includes one or more system memories 1020 that are configured to store instructions and data accessible by processor(s) 1010.
  • system memories 1020 may be implemented using any suitable memory technology, (e.g., one or more of cache, static random access memory (SRAM), DRAM, RDRAM, EDO RAM, DDR 10 RAM, synchronous dynamic RAM (SDRAM), Rambus RAM, EEPROM, non-volatile/Flash-type memory, or any other type of memory).
  • System memory 1020 may contain program instructions 1025 that are executable by processor(s) 1010 to implement the methods and techniques described herein.
  • program instructions 1025 may be encoded in platform native binary, any interpreted language such as JavaTM byte-code, or in any other language such as C/C++, JavaTM, etc., or in any combination thereof.
  • program instructions 1025 include program instructions executable to implement the functionality of a database engine head node of a database tier, or one of a plurality of storage nodes of a separate distributed database-optimized storage system that stores database tables and associated metadata on behalf of clients of the database tier, in different embodiments.
  • program instructions 1025 may implement multiple separate clients, server nodes, and/or other components.
  • program instructions 1025 may include instructions executable to implement an operating system (not shown), which may be any of various operating systems, such as UNIX, LINUX, SolarisTM, MacOSTM, WindowsTM, etc. Any or all of program instructions 1025 may be provided as a computer program product, or software, that may include a non-transitory computer-readable storage medium having stored thereon instructions, which may be used to program a computer system (or other electronic devices) to perform a process according to various embodiments.
  • a non-transitory computer-readable storage medium may include any mechanism for storing information in a form (e.g., software, processing application) readable by a machine (e.g., a computer).
  • a non-transitory computer-accessible medium may include computer-readable storage media or memory media such as magnetic or optical media, e.g., disk or DVD/CD-ROM coupled to computer system 1000 via I/O interface 1030.
  • a non-transitory computer-readable storage medium may also include any volatile or non-volatile media such as RAM (e.g. SDRAM, DDR SDRAM, RDRAM, SRAM, etc.), ROM, etc., that may be included in some embodiments of computer system 1000 as system memory 1020 or another type of memory.
  • program instructions may be communicated using optical, acoustical or other form of propagated signal (e.g., carrier waves, infrared signals, digital signals, etc.) conveyed via a communication medium such as a network and/or a wireless link, such as may be implemented via network interface 1040.
  • a communication medium such as a network and/or a wireless link, such as may be implemented via network interface 1040.
  • system memory 1020 may include data store 1045, which may be configured as described herein.
  • the information described herein as being stored by the database tier e.g., on a database engine head node
  • the database tier e.g., on a database engine head node
  • a transaction log e.g., on a database engine head node
  • an undo log e.g., cached page data
  • system memory 1020 e.g., data store 1045 within system memory 1020
  • persistent storage 1060 may store data blocks, replicas of data blocks, metadata associated with data blocks and/or their state, database configuration information, and/or any other information usable in implementing the methods and techniques described herein.
  • I/O interface 1030 may be configured to coordinate I/O traffic between processor 1010, system memory 1020 and any peripheral devices in the system, including through network interface 1040 or other peripheral interfaces.
  • I/O interface 1030 may perform any necessary protocol, timing or other data transformations to convert data signals from one component (e.g., system memory 1020) into a format suitable for use by another component (e.g., processor 1010).
  • I/O interface 1030 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard, for example.
  • PCI Peripheral Component Interconnect
  • USB Universal Serial Bus
  • I/O interface 1030 may be split into two or more separate components, such as a north bridge and a south bridge, for example. Also, in some embodiments, some or all of the functionality of I/O interface 1030, such as an interface to system memory 1020, may be incorporated directly into processor 1010.
  • Network interface 1040 may be configured to allow data to be exchanged between computer system 1000 and other devices attached to a network, such as other computer systems 1090 (which may implement one or more storage system server nodes, database engine head nodes, and/or clients of the database systems described herein), for example.
  • network interface 1040 may be configured to allow communication between computer system 1000 and various I/O devices 1050 and/or remote storage 1070.
  • Input/output devices 1050 may, in some embodiments, include one or more display terminals, keyboards, keypads, touchpads, scanning devices, voice or optical recognition devices, or any other devices suitable for entering or retrieving data by one or more computer systems 1000.
  • Multiple input/output devices 1050 may be present in computer system 1000 or may be distributed on various nodes of a distributed system that includes computer system 1000. In some embodiments, similar input/output devices may be separate from computer system 1000 and may interact with one or more nodes of a distributed system that includes computer system 1000 through a wired or wireless connection, such as over network interface 1040.
  • Network interface 1040 may commonly support one or more wireless networking protocols (e.g., Wi-Fi/IEEE 802.11, or another wireless networking standard). However, in various embodiments, network interface 1040 may support communication via any suitable wired or wireless general data networks, such as other types of Ethernet networks, for example.
  • network interface 1040 may support communication via telecommunications/telephony networks such as analog voice networks or digital fiber communications networks, via storage area networks such as Fibre Channel SANs, or via any other suitable type of network and/or protocol.
  • computer system 1000 may include more, fewer, or different components than those illustrated in FIG. 10 (e.g., displays, video cards, audio cards, peripheral devices, other network interfaces such as an ATM interface, an Ethernet interface, a Frame Relay interface, etc.)
  • any of the distributed system embodiments described herein, or any of their components may be implemented as one or more web services.
  • a database engine head node within the database tier of a database system may present database services and/or other types of data storage services that employ the distributed storage systems described herein to clients as web services.
  • a web service may be implemented by a software and/or hardware system designed to support interoperable machine-to-machine interaction over a network.
  • a web service may have an interface described in a machine-processable format, such as the Web Services Description Language (WSDL).
  • WSDL Web Services Description Language
  • Other systems may interact with the web service in a manner prescribed by the description of the web service's interface.
  • the web service may define various operations that other systems may invoke, and may define a particular application programming interface (API) to which other systems may be expected to conform when requesting the various operations.
  • API application programming interface
  • a web service may be requested or invoked through the use of a message that includes parameters and/or data associated with the web services request.
  • a message may be formatted according to a particular markup language such as Extensible Markup Language (XML), and/or may be encapsulated using a protocol such as Simple Object Access Protocol (SOAP).
  • SOAP Simple Object Access Protocol
  • a web services client may assemble a message including the request and convey the message to an addressable endpoint (e.g., a Uniform Resource Locator (URL)) corresponding to the web service, using an Internet-based application layer transfer protocol such as Hypertext Transfer Protocol (HTTP).
  • URL Uniform Resource Locator
  • HTTP Hypertext Transfer Protocol
  • web services may be implemented using Representational State Transfer (“RESTful”) techniques rather than message-based techniques.
  • RESTful Representational State Transfer
  • a web service implemented according to a RESTful technique may be invoked through parameters included within an HTTP method such as PUT, GET, or DELETE, rather than encapsulated within a SOAP message.

Claims (10)

  1. Système (400), comportant :
    un ou plusieurs nœuds informatiques (430, 440, 450), dont chacun comporte au moins un processeur et une mémoire, le ou les nœuds informatiques étant configurés pour mettre en œuvre collectivement un système (410) de stockage réparti structuré en journaux d'un service de base de données configuré pour :
    recevoir une pluralité d'enregistrements de journal, chaque enregistrement de la pluralité d'enregistrements de journal étant associé à une modification respective de données stockées par le système de stockage réparti structuré en journaux, chaque enregistrement de la pluralité d'enregistrements de journal étant associé à un numéro d'ordre respectif de journal parmi une pluralité de numéros d'ordre de journal ;
    générer une copie instantanée qui est utilisable pour lire des données datant d'un état correspondant à la copie instantanée, ladite génération de la copie instantanée comprenant :
    la génération de métadonnées qui sont indicatives d'un identifiant de copie instantanée et sont en outre indicatives d'un numéro de la pluralité de numéros d'ordre de journal qui est associé à un enregistrement particulier de la pluralité d'enregistrements de journal, les métadonnées étant utilisables pour empêcher un ou plusieurs des enregistrements de journal de subir une récupération d'espace, et les métadonnées étant stockées au sein de chaque enregistrement de journal ;
    ladite génération de la copie instantanée étant effectuée sans lire, copier ou écrire une page des données dans le cadre de ladite génération de la copie instantanée ; et
    la réalisation d'une récupération d'espace sur la pluralité d'enregistrements de journal, la réalisation d'une récupération d'espace comportant les étapes consistant à :
    déterminer qu'il convient de ne pas effectuer une récupération d'espace sur la pluralité d'enregistrements de journal si les métadonnées indiquent que les enregistrements de journal sont protégés de la récupération d'espace du fait que :
    les métadonnées indiquent explicitement que les enregistrements de journal ne doivent pas subir la récupération d'espace, ou
    les métadonnées identifient un type de copie instantanée et un numéro d'ordre de journal correspondant à la copie instantanée, le type de copie instantanée étant soit continu soit discret, et :
    pour un type discret de copie instantanée, les enregistrements de journal protégés de la récupération d'espace comprenant un enregistrement de journal absolu d'utilisateur "AULR" le plus récent et d'éventuels enregistrements de journal différentiels d'utilisateur "DULR" depuis l'AULR le plus récent jusqu'au numéro d'ordre de journal correspondant à la copie instantanée ; et
    pour un type continu de copie instantanée, les enregistrements de journal protégés de la récupération d'espace comprenant un AULR précédant l'AULR le plus récent et d'éventuels DULR depuis l'AULR précédant l'AULR le plus récent jusqu'au numéro d'ordre de journal correspondant à la copie instantanée ; et
    la suppression des enregistrements de journal si les métadonnées n'indiquent pas que les enregistrements de journal sont protégés de la récupération d'espace.
  2. Système selon la revendication 1, les métadonnées étant en outre indicatives d'un autre numéro de la pluralité de numéros d'ordre de journal qui est associé à un autre enregistrement particulier de la pluralité d'enregistrements de journal.
  3. Système selon l'une quelconque des revendications précédentes, les métadonnées indiquant que la copie instantanée est une copie instantanée continue, la copie instantanée continue étant utilisable pour rétablir les données à une pluralité d'instants entre des premier et deuxième instants.
  4. Procédé, comportant les étapes consistant à :
    faire effectuer, par un ou plusieurs ordinateurs d'un service de base de données, des actions consistant à :
    entretenir (810) une pluralité d'enregistrements de journal, chaque enregistrement de la pluralité d'enregistrements de journal étant associé à une modification respective de données stockées par le service de base de données ; et
    recevoir une pluralité d'enregistrements de journal, chaque enregistrement de la pluralité d'enregistrements de journal étant associé à une modification respective de données stockées par le système de stockage réparti structuré en journaux, chaque enregistrement de la pluralité d'enregistrements de journal étant associé à un numéro d'ordre respectif de journal parmi une pluralité de numéros d'ordre de journal ;
    générer (820) une copie instantanée qui est utilisable pour lire les données datant d'un état correspondant à la copie instantanée, ladite génération de la copie instantanée comprenant la génération de métadonnées qui sont indicatives d'un identifiant de copie instantanée et sont en outre indicatives d'un numéro de la pluralité de numéros d'ordre de journal qui est associé à un enregistrement particulier de la pluralité d'enregistrements de journal, les métadonnées étant utilisables pour empêcher un ou plusieurs des enregistrements de journal de subir une récupération d'espace, et les métadonnées étant stockées au sein de chaque enregistrement de journal ;
    ladite génération de la copie instantanée étant effectuée sans lire, copier ou écrire une page des données dans le cadre de ladite génération de la copie instantanée ; et
    réaliser une récupération d'espace sur la pluralité d'enregistrements de journal, la réalisation d'une récupération d'espace comportant les étapes consistant à :
    déterminer qu'il convient de ne pas effectuer une récupération d'espace sur la pluralité d'enregistrements de journal si les métadonnées indiquent que les enregistrements de journal sont protégés de la récupération d'espace du fait que :
    les métadonnées indiquent explicitement que les enregistrements de journal ne doivent pas subir la récupération d'espace, ou
    les métadonnées identifient un type de copie instantanée et un numéro d'ordre de journal correspondant à la copie instantanée, le type de copie instantanée étant soit continu soit discret, et :
    pour un type discret de copie instantanée, les enregistrements de journal protégés de la récupération d'espace comprenant un enregistrement de journal absolu d'utilisateur "AULR" le plus récent et d'éventuels enregistrements de journal différentiels d'utilisateur "DULR" depuis l'AULR le plus récent jusqu'au numéro d'ordre de journal correspondant à la copie instantanée ; et
    pour un type continu de copie instantanée, les enregistrements de journal protégés de la récupération d'espace comprenant un AULR précédant l'AULR le plus récent et d'éventuels DULR depuis l'AULR précédant l'AULR le plus récent jusqu'au numéro d'ordre de journal correspondant à la copie instantanée ; et
    supprimer les enregistrements de journal si les métadonnées n'indiquent pas que les enregistrements de journal sont protégés de la récupération d'espace.
  5. Procédé selon la revendication 4, comportant en outre l'étape consistant à :
    lire les données datant de l'état correspondant à la copie instantanée, ladite lecture comprenant l'application d'un ou de plusieurs des enregistrements de journal incluant l'enregistrement de journal particulier à une version précédente des données sans créer une copie de la version précédente des données.
  6. Procédé selon la revendication 5, ladite application étant effectuée en tant que processus d'arrière-plan pour le service de base de données.
  7. Procédé selon la revendication 5 ou la revendication 6, ladite application étant effectuée en parallèle à travers divers nœuds du service de base de données.
  8. Procédé selon l'une quelconque des revendications 4 à 7, comportant en outre les étapes consistant à :
    rétablir les données à l'état correspondant à la copie instantanée ; et
    indiquer qu'un ou plusieurs enregistrements de journal associés à des instants postérieurs à un instant associé à la copie instantanée peuvent subir une récupération d'espace.
  9. Procédé selon l'une quelconque des revendications 4 à 8, comportant en outre l'étape consistant à :
    coalescer une pluralité des enregistrements de journal en se basant, au moins en partie, sur la copie instantanée.
  10. Produit de programme informatique comportant un programme qui, lorsqu'il est exécuté, réalise le procédé selon l'une quelconque des revendications 4 à 9.
EP14768489.8A 2013-03-15 2014-03-13 Copies instantanées en place et la récupération d'espace mémoire pour ceux-ci Active EP2972772B1 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201361794658P 2013-03-15 2013-03-15
US14/201,512 US10180951B2 (en) 2013-03-15 2014-03-07 Place snapshots
PCT/US2014/025262 WO2014151237A1 (fr) 2013-03-15 2014-03-13 Copies instantanées en place

Publications (3)

Publication Number Publication Date
EP2972772A1 EP2972772A1 (fr) 2016-01-20
EP2972772A4 EP2972772A4 (fr) 2016-11-16
EP2972772B1 true EP2972772B1 (fr) 2019-12-25

Family

ID=51532970

Family Applications (1)

Application Number Title Priority Date Filing Date
EP14768489.8A Active EP2972772B1 (fr) 2013-03-15 2014-03-13 Copies instantanées en place et la récupération d'espace mémoire pour ceux-ci

Country Status (8)

Country Link
US (1) US10180951B2 (fr)
EP (1) EP2972772B1 (fr)
JP (2) JP2016511498A (fr)
KR (2) KR101932372B1 (fr)
CN (1) CN105190533B (fr)
AU (2) AU2014235162A1 (fr)
CA (1) CA2906547C (fr)
WO (1) WO2014151237A1 (fr)

Families Citing this family (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170123931A1 (en) * 2011-08-12 2017-05-04 Nexenta Systems, Inc. Object Storage System with a Distributed Namespace and Snapshot and Cloning Features
US9940234B2 (en) * 2015-03-26 2018-04-10 Pure Storage, Inc. Aggressive data deduplication using lazy garbage collection
US10649850B1 (en) * 2015-06-29 2020-05-12 Amazon Technologies, Inc. Heterogenous media storage and organization in automated data storage systems
US9892004B2 (en) * 2015-09-18 2018-02-13 Vmware, Inc. Space efficient persistence of an in-memory table
US20170123657A1 (en) * 2015-11-02 2017-05-04 Dell Products L.P. Systems and methods for back up in scale-out storage area network
CN105260231A (zh) * 2015-11-03 2016-01-20 国云科技股份有限公司 一种降低物理磁盘io读写的方法
CN105487898A (zh) * 2015-11-27 2016-04-13 国云科技股份有限公司 一种提高虚拟机批量开机关机速度的方法
US10838911B1 (en) 2015-12-14 2020-11-17 Amazon Technologies, Inc. Optimization of data request processing for data storage systems
US10152527B1 (en) * 2015-12-28 2018-12-11 EMC IP Holding Company LLC Increment resynchronization in hash-based replication
US10261946B2 (en) 2016-01-12 2019-04-16 International Business Machines Corporation Rebalancing distributed metadata
US10255288B2 (en) 2016-01-12 2019-04-09 International Business Machines Corporation Distributed data deduplication in a grid of processors
US10242021B2 (en) 2016-01-12 2019-03-26 International Business Machines Corporation Storing data deduplication metadata in a grid of processors
US11169707B2 (en) 2016-01-22 2021-11-09 Netapp, Inc. Garbage collection pacing in a storage system
US10838630B2 (en) * 2016-04-18 2020-11-17 Netapp, Inc. Write-ahead log maintenance and recovery
US10545815B2 (en) * 2016-08-03 2020-01-28 Futurewei Technologies, Inc. System and method for data redistribution in a database
CN106408178A (zh) * 2016-09-05 2017-02-15 南京简睿捷软件开发有限公司 基于多维度数据快照的产品bom管理方法与装置
US10140054B2 (en) 2016-09-29 2018-11-27 International Business Machines Corporation Retrospective snapshots in log structured storage systems
US10552404B2 (en) * 2016-09-29 2020-02-04 International Business Machines Corporation Retrospective snapshots in log-structured storage systems
WO2018086075A1 (fr) * 2016-11-11 2018-05-17 华为技术有限公司 Système de stockage et procédé de récupération d'espace mémoire système
US10949310B2 (en) * 2016-11-28 2021-03-16 Sap Se Physio-logical logging for in-memory row-oriented database system
US10552372B2 (en) 2017-01-31 2020-02-04 Microsoft Technology Licensing, Llc Systems, methods, and computer-readable media for a fast snapshot of application data in storage
US10909143B1 (en) * 2017-04-14 2021-02-02 Amazon Technologies, Inc. Shared pages for database copies
US11210184B1 (en) 2017-06-07 2021-12-28 Amazon Technologies, Inc. Online restore to a selectable prior state for database engines
CN107491529B (zh) * 2017-08-18 2020-05-08 华为技术有限公司 一种快照删除方法及节点
US11899543B2 (en) * 2017-11-27 2024-02-13 Nutanix, Inc. High-frequency virtual machine restore points
CN108984116B (zh) * 2018-06-14 2021-07-20 浙江大华存储科技有限公司 一种固态硬盘垃圾回收带宽的流控方法及装置
US11074134B2 (en) 2018-08-23 2021-07-27 International Business Machines Corporation Space management for snapshots of execution images
US11249899B2 (en) * 2018-09-19 2022-02-15 Cisco Technology, Inc. Filesystem management for cloud object storage
KR102160527B1 (ko) * 2018-11-23 2020-09-28 연세대학교 산학협력단 스냅샷을 이용한 인메모리 데이터베이스의 데이터 처리 방법 및 인메모리 데이터베이스
CN109861843B (zh) * 2018-11-28 2021-11-23 阿里巴巴集团控股有限公司 日志文件的完整采集确认方法、装置及设备
CN109918352B (zh) * 2019-03-04 2021-11-05 北京百度网讯科技有限公司 存储器系统和存储数据的方法
US11403024B2 (en) * 2019-08-28 2022-08-02 Cohesity, Inc. Efficient restoration of content
US11294931B1 (en) * 2019-09-20 2022-04-05 Amazon Technologies, Inc. Creating replicas from across storage groups of a time series database
CN112965945A (zh) * 2019-12-13 2021-06-15 阿里巴巴集团控股有限公司 数据存储方法、装置、电子设备及计算机可读介质
TWI796545B (zh) * 2020-01-15 2023-03-21 訊光科技系統股份有限公司 文件式智能程式產生方法及其電子裝置
US11055017B1 (en) 2020-01-27 2021-07-06 International Business Machines Corporation Throttling a point-in-time snapshot copy operation within a data consistency application
US11561864B1 (en) 2020-03-26 2023-01-24 Amazon Technologies, Inc. Creating database clones at a specified point-in-time
US11341001B1 (en) * 2020-06-24 2022-05-24 Amazon Technologies, Inc. Unlimited database change capture for online database restores
US11593309B2 (en) * 2020-11-05 2023-02-28 International Business Machines Corporation Reliable delivery of event notifications from a distributed file system
US20220188194A1 (en) * 2020-12-10 2022-06-16 Coupang Corp. Cloud-based database backup and recovery
US11249866B1 (en) 2021-04-22 2022-02-15 Microsoft Technology Licensing, Llc Snapshot-based data corruption detection
US11782641B2 (en) * 2021-06-09 2023-10-10 International Business Machines Corporation Backend aware virtualized storage
US11841845B2 (en) 2021-08-31 2023-12-12 Lemon Inc. Data consistency mechanism for hybrid data processing
US11789936B2 (en) 2021-08-31 2023-10-17 Lemon Inc. Storage engine for hybrid data processing
US11481372B1 (en) * 2022-04-13 2022-10-25 Aleksei Neganov Systems and methods for indexing multi-versioned data

Family Cites Families (104)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03130842A (ja) 1989-10-17 1991-06-04 Toshiba Corp データベースシステムの同時実行制御装置
EP0465018B1 (fr) 1990-06-29 1997-05-14 Oracle Corporation Procédé et appareil d'optimisation de l'utilisation d'un journal de désassemblage
US5280612A (en) 1991-11-26 1994-01-18 International Business Machines Corporation Multiple version database concurrency control system
US5452445A (en) 1992-04-30 1995-09-19 Oracle Corporation Two-pass multi-version read consistency
DK0702815T3 (da) 1993-06-03 2000-12-18 Network Appliance Inc Opsætning af et filsystem til skrivning på et hvilket som helst sted
US5530850A (en) 1993-10-25 1996-06-25 International Business Machines Corporation Data storage library array with log-structured file system which allows simultaneous write and garbage collection
EP0675451A3 (fr) 1994-03-30 1996-12-04 Siemens Stromberg Carlson Architecture d'une base de données distribuée et système pour la gestion d'une base de données distribuée pour évolution dans un réseau ouvert.
US5870758A (en) 1996-03-11 1999-02-09 Oracle Corporation Method and apparatus for providing isolation levels in a database system
US6041423A (en) 1996-11-08 2000-03-21 Oracle Corporation Method and apparatus for using undo/redo logging to perform asynchronous updates of parity and data pages in a redundant array data storage environment
JPH10254748A (ja) 1997-03-11 1998-09-25 Fujitsu Ltd 分散共有メモリ一貫性最適制御方法
US5907848A (en) 1997-03-14 1999-05-25 Lakeview Technology, Inc. Method and system for defining transactions from a database log
US7031987B2 (en) 1997-05-30 2006-04-18 Oracle International Corporation Integrating tablespaces with different block sizes
US6289335B1 (en) * 1997-06-23 2001-09-11 Oracle Corporation Fast refresh of snapshots containing subqueries
US5951695A (en) 1997-07-25 1999-09-14 Hewlett-Packard Company Fast database failover
US6240413B1 (en) 1997-12-22 2001-05-29 Sun Microsystems, Inc. Fine-grained consistency mechanism for optimistic concurrency control using lock groups
US7930278B2 (en) 1998-02-13 2011-04-19 Oracle International Corporation Methods to perform disk writes in a distributed shared disk system needing consistency across failures
US6233585B1 (en) 1998-03-12 2001-05-15 Crossworlds Software, Inc. Isolation levels and compensating transactions in an information system
JP3763992B2 (ja) 1999-03-30 2006-04-05 富士通株式会社 データ処理装置及び記録媒体
US6615219B1 (en) 1999-12-29 2003-09-02 Unisys Corporation Database management system and method for databases having large objects
US6631374B1 (en) 2000-09-29 2003-10-07 Oracle Corp. System and method for providing fine-grained temporal database access
CN100437569C (zh) 2000-10-09 2008-11-26 最佳收益有限公司 数据处理方法和装置
US20020107835A1 (en) 2001-02-08 2002-08-08 Coram Michael T. System and method for adaptive result set caching
US6832229B2 (en) 2001-03-09 2004-12-14 Oracle International Corporation System and method for maintaining large-grained database concurrency with a log monitor incorporating dynamically redefinable business logic
WO2003001382A1 (fr) 2001-06-25 2003-01-03 Nokia Corporation Procede et systeme de relance de reproduction de base de donnees
US20030220935A1 (en) 2002-05-21 2003-11-27 Vivian Stephen J. Method of logical database snapshot for log-based replication
US6732171B2 (en) 2002-05-31 2004-05-04 Lefthand Networks, Inc. Distributed network storage system with virtualization
US6792518B2 (en) * 2002-08-06 2004-09-14 Emc Corporation Data storage system having mata bit maps for indicating whether data blocks are invalid in snapshot copies
US7305386B2 (en) 2002-09-13 2007-12-04 Netezza Corporation Controlling visibility in multi-version database systems
US7089253B2 (en) 2002-09-13 2006-08-08 Netezza Corporation Computer method and system for concurrency control using dynamic serialization ordering
US6976022B2 (en) 2002-09-16 2005-12-13 Oracle International Corporation Method and mechanism for batch processing transaction logging records
US8489742B2 (en) 2002-10-10 2013-07-16 Convergys Information Management Group, Inc. System and method for work management
US7308456B2 (en) 2002-12-19 2007-12-11 International Business Machines Corporation Method and apparatus for building one or more indexes on data concurrent with manipulation of data
US7010645B2 (en) 2002-12-27 2006-03-07 International Business Machines Corporation System and method for sequentially staging received data to a write cache in advance of storing the received data
US7937551B2 (en) 2003-01-21 2011-05-03 Dell Products L.P. Storage systems having differentiated storage pools
US7287034B2 (en) 2003-05-08 2007-10-23 Oracle International Corporation On-demand multi-version data dictionary to support distributed applications
US20050015416A1 (en) * 2003-07-16 2005-01-20 Hitachi, Ltd. Method and apparatus for data recovery using storage based journaling
US7328226B1 (en) 2003-06-30 2008-02-05 Symantec Operating Corporation Coordinated distributed log-based snapshots in a multi-host environment
JP2005050024A (ja) 2003-07-31 2005-02-24 Toshiba Corp 計算機システムおよびプログラム
US7440966B2 (en) * 2004-02-12 2008-10-21 International Business Machines Corporation Method and apparatus for file system snapshot persistence
JP2005276094A (ja) 2004-03-26 2005-10-06 Hitachi Ltd 分散ストレージ装置のファイル管理方法及び分散ストレージシステム並びにプログラム
US7146386B2 (en) 2004-03-29 2006-12-05 Microsoft Corporation System and method for a snapshot query during database recovery
US20060020634A1 (en) 2004-07-20 2006-01-26 International Business Machines Corporation Method, system and program for recording changes made to a database
US7650356B2 (en) 2004-08-24 2010-01-19 Microsoft Corporation Generating an optimized restore plan
US7403945B2 (en) 2004-11-01 2008-07-22 Sybase, Inc. Distributed database system providing data and space management methodology
JP4615344B2 (ja) 2005-03-24 2011-01-19 株式会社日立製作所 データ処理システム及びデータベースの管理方法
US7814057B2 (en) 2005-04-05 2010-10-12 Microsoft Corporation Page recovery using volume snapshots and logs
US9286198B2 (en) * 2005-04-21 2016-03-15 Violin Memory Method and system for storage of data in non-volatile media
US7716645B2 (en) 2005-06-10 2010-05-11 International Business Machines Corporation Using atomic sets of memory locations
US7873683B2 (en) 2005-07-01 2011-01-18 Qnx Software Systems Gmbh & Co. Kg File system having transaction record coalescing
US7784098B1 (en) 2005-07-14 2010-08-24 Trend Micro, Inc. Snapshot and restore technique for computer system recovery
US7668846B1 (en) * 2005-08-05 2010-02-23 Google Inc. Data reconstruction from shared update log
CA2933790C (fr) 2005-10-28 2019-04-30 Oracle International Corporation Appareil et procede permettant de creer une replique de base de donnees en temps reel
JP4704893B2 (ja) * 2005-11-15 2011-06-22 株式会社日立製作所 計算機システム及び管理計算機とストレージシステム並びにバックアップ管理方法
CA2632935C (fr) 2005-12-19 2014-02-04 Commvault Systems, Inc. Systemes et procedes de replication de donnees
JP2007200182A (ja) 2006-01-30 2007-08-09 Hitachi Ltd ストレージ装置、及びストレージシステム
JP4800046B2 (ja) * 2006-01-31 2011-10-26 株式会社日立製作所 ストレージシステム
JP5124989B2 (ja) 2006-05-26 2013-01-23 日本電気株式会社 ストレージシステム及びデータ保護方法とプログラム
US7882064B2 (en) * 2006-07-06 2011-02-01 Emc Corporation File system replication
US8069191B2 (en) 2006-07-13 2011-11-29 International Business Machines Corporation Method, an apparatus and a system for managing a snapshot storage pool
US8046547B1 (en) * 2007-01-30 2011-10-25 American Megatrends, Inc. Storage system snapshots for continuous file protection
US8935206B2 (en) 2007-01-31 2015-01-13 Hewlett-Packard Development Company, L.P. Snapshots in distributed storage systems
US8364648B1 (en) 2007-04-09 2013-01-29 Quest Software, Inc. Recovering a database to any point-in-time in the past with guaranteed data consistency
US8370715B2 (en) 2007-04-12 2013-02-05 International Business Machines Corporation Error checking addressable blocks in storage
US8086650B1 (en) 2007-06-15 2011-12-27 Ipswitch, Inc. Method for transforming and consolidating fields in log records from logs generated on different operating systems
US8326897B2 (en) * 2007-12-19 2012-12-04 International Business Machines Corporation Apparatus and method for managing data storage
US7979670B2 (en) 2008-01-24 2011-07-12 Quantum Corporation Methods and systems for vectored data de-duplication
US9134917B2 (en) 2008-02-12 2015-09-15 Netapp, Inc. Hybrid media storage system architecture
US8401994B2 (en) 2009-09-18 2013-03-19 Oracle International Corporation Distributed consistent grid of in-memory database caches
US8650155B2 (en) 2008-02-26 2014-02-11 Oracle International Corporation Apparatus and method for log based replication of distributed transactions using globally acknowledged commits
US7747663B2 (en) * 2008-03-05 2010-06-29 Nec Laboratories America, Inc. System and method for content addressable storage
US8229945B2 (en) 2008-03-20 2012-07-24 Schooner Information Technology, Inc. Scalable database management software on a cluster of nodes using a shared-distributed flash memory
US8074014B2 (en) 2008-03-31 2011-12-06 Microsoft Corporation Storage systems using write off-loading
US8266114B2 (en) 2008-09-22 2012-09-11 Riverbed Technology, Inc. Log structured content addressable deduplicating storage
US8341128B1 (en) 2008-05-09 2012-12-25 Workday, Inc. Concurrency control using an effective change stack and tenant-based isolation
US9104662B2 (en) * 2008-08-08 2015-08-11 Oracle International Corporation Method and system for implementing parallel transformations of records
US9842004B2 (en) 2008-08-22 2017-12-12 Red Hat, Inc. Adjusting resource usage for cloud-based networks
US8255373B2 (en) 2008-10-24 2012-08-28 Microsoft Corporation Atomic multiple modification of data in a distributed storage system
US8229890B2 (en) 2008-12-15 2012-07-24 International Business Machines Corporation Opening document stored at multiple database replicas
US8429134B2 (en) 2009-09-08 2013-04-23 Oracle International Corporation Distributed database recovery
JP5999645B2 (ja) * 2009-09-08 2016-10-05 ロンギチュード エンタープライズ フラッシュ エスエイアールエル ソリッドステート記憶デバイス上にデータをキャッシングするための装置、システム、および方法
CN102597910B (zh) 2009-09-09 2015-03-25 弗森-艾奥公司 存储设备中用于功率减小管理的装置、系统及方法
US8392479B1 (en) 2009-09-14 2013-03-05 Symantec Corporation Method and apparatus for optimizing storage space allocation for computer data
US8255627B2 (en) 2009-10-10 2012-08-28 International Business Machines Corporation Secondary cache for write accumulation and coalescing
US8250213B2 (en) 2009-11-16 2012-08-21 At&T Intellectual Property I, L.P. Methods and apparatus to allocate resources associated with a distributive computing network
US8396831B2 (en) 2009-12-18 2013-03-12 Microsoft Corporation Optimistic serializable snapshot isolation
US20110161496A1 (en) 2009-12-28 2011-06-30 Nicklin Jonathan C Implementation and management of internet accessible services using dynamically provisioned resources
CA2783370C (fr) 2009-12-31 2016-03-15 Commvault Systems, Inc. Systemes et procedes pour effectuer des operations de gestion de donnees en utilisant des instantanes
US8671074B2 (en) 2010-04-12 2014-03-11 Microsoft Corporation Logical replication in clustered database system with adaptive cloning
US8463825B1 (en) * 2010-04-27 2013-06-11 Tintri Inc. Hybrid file system for virtual machine storage
JP5536568B2 (ja) 2010-07-01 2014-07-02 インターナショナル・ビジネス・マシーンズ・コーポレーション トランザクションを集約して処理する方法、システム、およびプログラム
US8412689B2 (en) * 2010-07-07 2013-04-02 Microsoft Corporation Shared log-structured multi-version transactional datastore with metadata to enable melding trees
US20120041899A1 (en) 2010-08-10 2012-02-16 Palo Alto Research Center Incorporated Data center customer cost determination mechanisms
US8666944B2 (en) 2010-09-29 2014-03-04 Symantec Corporation Method and system of performing a granular restore of a database from a differential backup
US8572031B2 (en) 2010-12-23 2013-10-29 Mongodb, Inc. Method and apparatus for maintaining replica sets
US8910172B2 (en) 2010-12-29 2014-12-09 Symantec Corporation Application resource switchover systems and methods
US8543538B2 (en) 2011-06-01 2013-09-24 Clustrix, Inc. Systems and methods for redistributing data in a relational database
US8554726B2 (en) 2011-06-01 2013-10-08 Clustrix, Inc. Systems and methods for reslicing data in a relational database
US9348883B2 (en) 2011-06-01 2016-05-24 Clustrix, Inc. Systems and methods for replication replay in a relational database
US8868492B2 (en) 2011-06-15 2014-10-21 Oracle International Corporation Method for maximizing throughput and minimizing transactions response times on the primary system in the presence of a zero data loss standby replica
US8909996B2 (en) 2011-08-12 2014-12-09 Oracle International Corporation Utilizing multiple storage devices to reduce write latency for database logging
KR101824295B1 (ko) * 2011-08-12 2018-01-31 샌디스크 테크놀로지스 엘엘씨 솔리드 스테이트 장치 가상화를 포함하는 캐시 관리
US8712961B2 (en) 2011-09-23 2014-04-29 International Business Machines Corporation Database caching utilizing asynchronous log-based replication
US10042674B2 (en) 2011-09-30 2018-08-07 Teradata Us, Inc. Regulating capacity and managing services of computing environments and systems that include a database
US9244775B2 (en) * 2013-03-14 2016-01-26 International Business Machines Corporation Reducing reading of database logs by persisting long-running transaction data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
None *

Also Published As

Publication number Publication date
EP2972772A1 (fr) 2016-01-20
EP2972772A4 (fr) 2016-11-16
KR101932372B1 (ko) 2018-12-24
US10180951B2 (en) 2019-01-15
KR20170129959A (ko) 2017-11-27
WO2014151237A1 (fr) 2014-09-25
AU2017239539A1 (en) 2017-10-26
CA2906547C (fr) 2020-04-28
CN105190533B (zh) 2019-08-16
KR20150132472A (ko) 2015-11-25
JP6777673B2 (ja) 2020-10-28
US20140279900A1 (en) 2014-09-18
CN105190533A (zh) 2015-12-23
JP2018129078A (ja) 2018-08-16
CA2906547A1 (fr) 2014-09-25
AU2014235162A1 (en) 2015-11-05
AU2017239539B2 (en) 2019-08-15
JP2016511498A (ja) 2016-04-14

Similar Documents

Publication Publication Date Title
AU2017239539B2 (en) In place snapshots
AU2017204760B2 (en) Log record management
US20200327114A1 (en) Database system with database engine and separate distributed storage service
US10331655B2 (en) System-wide checkpoint avoidance for distributed database systems
EP2973060B1 (fr) Reprise sur panne rapide pour systèmes de base de données distribués
US10303564B1 (en) Reduced transaction I/O for log-structured storage systems

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20151015

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

RIN1 Information on inventor provided before grant (corrected)

Inventor name: GUPTA, ANURAG WINDLASS

Inventor name: FACHAN, NEAL

Inventor name: MCKELVIE, SAMUEL JAMES

Inventor name: MADHAVARAPU, PRADEEP JNANA

DAX Request for extension of the european patent (deleted)
A4 Supplementary search report drawn up and despatched

Effective date: 20161019

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 7/00 20060101AFI20161013BHEP

Ipc: G06F 17/30 20060101ALI20161013BHEP

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20180216

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602014058955

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G06F0007000000

Ipc: G06F0016210000

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 16/21 20190101AFI20190710BHEP

INTG Intention to grant announced

Effective date: 20190726

RIN1 Information on inventor provided before grant (corrected)

Inventor name: FACHAN, NEAL

Inventor name: MADHAVARAPU, PRADEEP JNANA

Inventor name: GUPTA, ANURAG WINDLASS

Inventor name: MCKELVIE, SAMUEL JAMES

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602014058955

Country of ref document: DE

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 1217916

Country of ref document: AT

Kind code of ref document: T

Effective date: 20200115

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200325

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200326

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200325

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200520

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200425

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602014058955

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1217916

Country of ref document: AT

Kind code of ref document: T

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

26N No opposition filed

Effective date: 20200928

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20200331

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200313

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200331

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200331

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200331

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191225

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: IE

Payment date: 20230327

Year of fee payment: 10

Ref country code: FR

Payment date: 20230327

Year of fee payment: 10

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20230327

Year of fee payment: 10

Ref country code: DE

Payment date: 20230329

Year of fee payment: 10

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230523