VOOZH about

URL: https://www.javacodegeeks.com/tag/nosql/page/4

⇱ NoSQL Archives - Page 4 of 16 - Java Code Geeks


  • Software Development👁 Image
    Mark PaluchFebruary 18th, 2016
    0 172

    Redis transactions

    Redis transactions allow to group multiple commands and to execute them sequentially. The whole transactional state is isolated from other…

    Read More »
  • Software Development👁 Image
    Jim ScottFebruary 16th, 2016
    0 174

    How to Evolve from RDBMS to NoSQL + SQL

    For the past 25 years, applications have been built using an RDBMS with a predefined schema that forces data to…

    Read More »
  • Software Development👁 Image
    Yoav AbrahamiDecember 15th, 2015
    4 211

    Scaling to 100M: MySQL is a Better NoSQL

    MySQL is a better NoSQL. When considering a NoSQL use case, such as key/value storage, MySQL makes more sense in…

    Read More »
  • Software Development👁 Image
    Andrey RedkoOctober 28th, 2015
    6 321

    NoSQL vs. SQL: Choosing a Data Management Solution

    Table Of Contents 1. Introduction 2. Distributed systems: the CAP theorem 3. Relational data stores 3.1. MySQL / MariaDB 3.2.…

    Read More »
  • Software Development👁 Image
    Lukas EderOctober 15th, 2015
    0 87

    The 10 Most Popular DB Engines (SQL and NoSQL) in 2015

    About two years ago, we’ve published this post about the 10 most popular DB engines, where we analyzed the data…

    Read More »
  • Software Development👁 Image
    Abhishek GuptaSeptember 27th, 2015
    2 118

    Introductory NoSQL stuff

    While some of you might be NoSQL gurus, there is often a lack of solid knowledge about NoSQL in general…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    2 2,554

    Spring Data and Redis

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    11 2,101

    Redis Clustering

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 21st, 2015
    0 687

    Redis Replication

    This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • 10
  • ...
  • Last
Back to top button
Close