Nosql Stocks List
Symbol | Grade | Name | % Change | |
---|---|---|---|---|
MDB | C | MongoDB, Inc. | -10.19 | |
BASE | D | Couchbase, Inc. | -7.84 |
Related Industries: Software - Application Software - Infrastructure
Symbol | Grade | Name | Weight | |
---|---|---|---|---|
JFWD | C | Jacob Funds Inc. Jacob Forward ETF | 5.65 | |
DAT | C | ProShares Big Data Refiners ETF | 5.2 | |
XDAT | F | Franklin Exponential Data ETF | 4.29 | |
BIGY | C | Defiance Next Gen Big Data ETF | 3.61 | |
SKYU | D | ProShares Ultra Cloud Computing | 3.36 |
Compare ETFs
A NoSQL (originally referring to "non-SQL" or "non-relational") database provides a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases. Such databases have existed since the late 1960s, but the name "NoSQL" was only coined in the early 21st century, triggered by the needs of Web 2.0 companies. NoSQL databases are increasingly used in big data and real-time web applications. NoSQL systems are also sometimes called "Not only SQL" to emphasize that they may support SQL-like query languages or sit alongside SQL databases in polyglot-persistent architectures.Motivations for this approach include simplicity of design, simpler "horizontal" scaling to clusters of machines (which is a problem for relational databases), finer control over availability and limiting the object-relational impedance mismatch. The data structures used by NoSQL databases (e.g. key–value pair, wide column, graph, or document) are different from those used by default in relational databases, making some operations faster in NoSQL. The particular suitability of a given NoSQL database depends on the problem it must solve. Sometimes the data structures used by NoSQL databases are also viewed as "more flexible" than relational database tables.Many NoSQL stores compromise consistency (in the sense of the CAP theorem) in favor of availability, partition tolerance, and speed. Barriers to the greater adoption of NoSQL stores include the use of low-level query languages (instead of SQL, for instance), lack of ability to perform ad hoc joins across tables, lack of standardized interfaces, and huge previous investments in existing relational databases. Most NoSQL stores lack true ACID transactions, although a few databases have made them central to their designs.
Mike's Notes
- GOOG: One of my fa...
- WFC: While lookin...
- SPY: This is more...
- IWM: How things h...
- TSLA: Tesla had it...
From the Blog
Popular Now
Featured Articles