throbber
Case 3:17-cv-05659-WHA Document 126-17 Filed 06/28/18 Page 1 of 4
`
`Exhibit 13
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`

`

`Case 3:17-cv-05659-WHA Document 126-17 Filed 06/28/18 Page 2 of 4
`
`Amazon DynamoDB
`Developer Guide
`API Version 2012-08-10
`
`

`

`Case 3:17-cv-05659-WHA Document 126-17 Filed 06/28/18 Page 3 of 4
`
`Amazon DynamoDB Developer Guide
`SQL or NoSQL?
`
`Amazon DynamoDB, you will encounter many similarities, but also many things that are different.
`This section describes common database tasks, comparing and contrasting SQL statements with their
`equivalent DynamoDB operations.
`
`NoSQL is a term used to describe non-relational database systems that are highly available, scalable,
`and optimized for high performance. Instead of the relational model, NoSQL databases (like DynamoDB)
`use alternate models for data management, such as key-value pairs or document storage. For more
`information, see http://aws.amazon.com/nosql.
`Note
`The SQL examples in this section are compatible with the MySQL relational database
`management system.
`The DynamoDB examples in this section show the name of the DynamoDB operation, along with
`the parameters for that operation in JSON format. For code samples that use these operations,
`see Getting Started with DynamoDB (p. 53).
`
`Topics
`• SQL or NoSQL? (p. 21)
`• Accessing the Database (p. 22)
`• Creating a Table (p. 24)
`• Getting Information About a Table (p. 26)
`• Writing Data To a Table (p. 27)
`• Reading Data From a Table (p. 29)
`• Managing Indexes (p. 34)
`• Modifying Data in a Table (p. 37)
`• Deleting Data from a Table (p. 38)
`• Removing a Table (p. 39)
`
`SQL or NoSQL?
`Today's applications have more demanding requirements than ever before. For example, an online game
`might start out with just a few users and a very small amount of data. However, if the game becomes
`successful, it can easily outstrip the resources of the underlying database management system. It is not
`uncommon for web-based applications to have hundreds, thousands, or millions of concurrent users,
`with terabytes or more of new data generated per day. Databases for such applications must handle tens
`(or hundreds) of thousands of reads and writes per second.
`
`Amazon DynamoDB is well-suited for these kinds of workloads. As a developer, you can start with a small
`amount of provisioned throughput and gradually increase it as your application becomes more popular.
`DynamoDB scales seamlessly to handle very large amounts of data and very large numbers of users.
`
`The following table shows some high-level differences between a relational database management
`system (RDBMS) and DynamoDB:
`
`Characteristic
`
`Optimal Workloads
`
`Relational Database
`Management System (RDBMS)
`
`Amazon DynamoDB
`
`Ad hoc queries; data
`warehousing; OLAP (online
`analytical processing).
`
`Web-scale applications,
`including social networks,
`gaming, media sharing, and IoT
`(Internet of Things).
`
`API Version 2012-08-10
`21
`
`

`

`Case 3:17-cv-05659-WHA Document 126-17 Filed 06/28/18 Page 4 of 4
`
`Amazon DynamoDB Developer Guide
`Accessing the Database
`
`Characteristic
`
`Data Model
`
`Data Access
`
`Performance
`
`Scaling
`
`Relational Database
`Management System (RDBMS)
`
`The relational model requires
`a well-defined schema, where
`data is normalized into tables,
`rows and columns. In addition,
`all of the relationships are
`defined among tables, columns,
`indexes, and other database
`elements.
`
`SQL (Structured Query
`Language) is the standard for
`storing and retrieving data.
`Relational databases offer a rich
`set of tools for simplifying the
`development of database-driven
`applications, but all of these
`tools use SQL.
`
`Relational databases are
`optimized for storage, so
`performance generally
`depends on the disk subsystem.
`Developers and database
`administrators must optimize
`queries, indexes, and table
`structures in order to achieve
`peak performance.
`
`It is easiest to scale up with
`faster hardware. It is also
`possible for database tables to
`span across multiple hosts in
`a distributed system, but this
`requires additional investment.
`Relational databases have
`maximum sizes for the number
`and size of files, which imposes
`upper limits on scalability.
`
`Amazon DynamoDB
`
`DynamoDB is schemaless. Every
`table must have a primary key
`to uniquely identify each data
`item, but there are no similar
`constraints on other non-key
`attributes. DynamoDB can
`manage structured or semi-
`structured data, including JSON
`documents.
`
`You can use the AWS
`Management Console or
`the AWS CLI to work with
`DynamoDB and perform ad
`hoc tasks. Applications can
`leverage the AWS software
`development kits (SDKs) to work
`with DynamoDB using object-
`based, document-centric, or low-
`level interfaces.
`
`DynamoDB is optimized for
`compute, so performance
`is mainly a function of the
`underlying hardware and
`network latency. As a managed
`service, DynamoDB insulates
`you and your applications from
`these implementation details, so
`that you can focus on designing
`and building robust, high-
`performance applications.
`
`DynamoDB is designed to scale
`out using distributed clusters
`of hardware. This design allows
`increased throughput without
`increased latency. Customers
`specify their throughput
`requirements, and DynamoDB
`allocates sufficient resources
`to meet those requirements.
`There are no upper limits on the
`number of items per table, nor
`the total size of that table.
`
`Accessing the Database
`Before your application can access a database, it must be authenticated to ensure that the application is
`allowed to use the database, and authorized so that the application can only perform actions for which it
`has permissions.
`
`The following diagram shows client interaction with a relational database, and with DynamoDB.
`
`API Version 2012-08-10
`22
`
`

This document is available on Docket Alarm but you must sign up to view it.


Or .

Accessing this document will incur an additional charge of $.

After purchase, you can access this document again without charge.

Accept $ Charge
throbber

Still Working On It

This document is taking longer than usual to download. This can happen if we need to contact the court directly to obtain the document and their servers are running slowly.

Give it another minute or two to complete, and then try the refresh button.

throbber

A few More Minutes ... Still Working

It can take up to 5 minutes for us to download a document if the court servers are running slowly.

Thank you for your continued patience.

This document could not be displayed.

We could not find this document within its docket. Please go back to the docket page and check the link. If that does not work, go back to the docket and refresh it to pull the newest information.

Your account does not support viewing this document.

You need a Paid Account to view this document. Click here to change your account type.

Your account does not support viewing this document.

Set your membership status to view this document.

With a Docket Alarm membership, you'll get a whole lot more, including:

  • Up-to-date information for this case.
  • Email alerts whenever there is an update.
  • Full text search for other cases.
  • Get email alerts whenever a new case matches your search.

Become a Member

One Moment Please

The filing “” is large (MB) and is being downloaded.

Please refresh this page in a few minutes to see if the filing has been downloaded. The filing will also be emailed to you when the download completes.

Your document is on its way!

If you do not receive the document in five minutes, contact support at support@docketalarm.com.

Sealed Document

We are unable to display this document, it may be under a court ordered seal.

If you have proper credentials to access the file, you may proceed directly to the court's system using your government issued username and password.


Access Government Site

We are redirecting you
to a mobile optimized page.





Document Unreadable or Corrupt

Refresh this Document
Go to the Docket

We are unable to display this document.

Refresh this Document
Go to the Docket