1 / 8

IndexedDB - An Efficient Way to Manage Data

A web browser standard interface for a local database of records Holds simple values and hierarchical objects. An API for client-side storage of significant amounts of structured data Exhibits High performance. Storage and retrieval done through keys or indexes<br>

Télécharger la présentation

IndexedDB - An Efficient Way to Manage Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IndexedDBAn Efficient Way to Manage Data By SPEC INDIA

  2. What is IndexedDb • A web browser standard interface for a local database of records • Holds simple values and hierarchical objects • An API for client-side storage of significant amounts of structured data • Exhibits High performance • Storage and retrieval done through keys or indexes

  3. The Object Store • The IndexedDB is made of records called an Object Store • Each of the records consists of a key path and a corresponding value • Each Object Store can have a collection of Indexes for efficient Queries

  4. Browser Integration • IE 10.0+ • Firefox Mozilla 28.0+ • Chrome 33.0 • Safari 8.0+ • Opera 22.0+

  5. Features • Full functionality even if a network connection is not available • No data loss on network interruption • Can cache data and restore state between invocations • Generates less network traffic • Data management happens on the local computer rather than over the Internet • Supports transactions and cursors • Allows faster indexing and searching of objects, enabling better data management • Supports both synchronous and asynchronous API

  6. Comparison with the Alternatives

  7. Database Features • It is Object-oriented and not Relational Database • IndexedDBstores key-value pairs • The API is mostly asynchronous & does not have a return value • Works using Cursors based on indexes rather than SQL, to increase the speed • Prevents applications from accessing data with a different origin

  8. Visit http://www.spec-india.com/services/bi-bigdata-database-services.html& Request a FREE POC to Test Drive our Services

More Related