VOOZH about

URL: https://www.javacodegeeks.com/tag/databases/page/6

⇱ Databases Archives - Page 6 of 15 - Java Code Geeks


  • Software Development👁 Image
    Lukas EderAugust 25th, 2015
    0 139

    jOOQ Tuesdays: Thomas Muller Unveils How HSQLDB Evolved into the Popular H2 Database

    Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…

    Read More »
  • Software Development👁 Image
    Dustin MarxAugust 25th, 2015
    0 1,503

    Setting PostgreSQL psql Variable Based Upon Query Result

    When using PostgreSQL‘s psql command-line tool to interact with a PostgreSQL database via operator interaction or script, it is not…

    Read More »
  • Software Development👁 Image
    Dustin MarxAugust 24th, 2015
    0 128

    Procedure-Like Functions in PostgreSQL PL/pgSQL

    PostgreSQL does not support stored procedures in the sense that a database such as Oracle does, but it does support…

    Read More »
  • Software Development👁 Image
    Ant KutscheraAugust 16th, 2015
    0 106

    Mysql versions prior to 5.7 do not fully support two phase commit

    While doing some tests for the recently released generic JCA adapter which is capable of binding remote calls to microservices…

    Read More »
  • Software Development👁 Image
    Bear GilesAugust 3rd, 2015
    0 414

    Extending PostgreSQL: Complex Number Data Type

    A few years ago I discussed creating user-defined types using PL/java. (Introduction to PostgreSQL PL/Java, part 4: User Defined Types)…

    Read More »
  • Software Development👁 Image
    Florian MotlikJuly 11th, 2015
    1 459

    Unleash the power of storing JSON in Postgres

    An article by Sarah Mei titled “Why you should never use MongoDB” discusses the issues you’ll run into if you…

    Read More »
  • Software Development👁 Image
    Jim ScottJuly 9th, 2015
    0 197

    The Evolution of Database Schemas using SQL + NoSQL

    Part two of the two part series: Rethinking Database Design with Apache Drill In part one of this series, Drilling into…

    Read More »
  • Software Development👁 Image
    Andrey RedkoJuly 6th, 2015
    11 690

    MySQL vs. MongoDB: Choosing a Data Management Solution

    Table Of Contents 1. Introduction 2. The dominance of RDBM systems 3. A new era of NoSQL movement 4. Tables…

    Read More »
  • Software Development👁 Image
    Bozhidar BozhanovJune 26th, 2015
    0 171

    Blue-Green Deployment With a Single Database

    A blue-green deployment is a way to have incremental updates to your production stack without downtime and without any complexity…

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