VOOZH about

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

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


  • Software Development👁 Image
    Bear GilesDecember 30th, 2014
    0 108

    Adding OpenSSL User-Defined Types to PostgreSQL

    PostgreSQL supports user-defined types (UDT). These types can be used to provide type-safety on user-defined functions when we would otherwise…

    Read More »
  • Software Development👁 Image
    Bear GilesDecember 28th, 2014
    0 164

    Database Threat Models

    I finally have a breather and can start working through my backlog of ideas. I start with some background that…

    Read More »
  • Software Development👁 Image
    Lukas EderDecember 11th, 2014
    0 103

    Do You Really Understand SQL’s GROUP BY and HAVING clauses?

    There are some things in SQL that we simply take for granted without thinking about them properly. One of these…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaDecember 11th, 2014
    0 131

    The downside of version-less optimistic locking

    Introduction In my previous post I demonstrated how you can scale optimistic locking through write-concerns splitting. Version-less optimistic locking is…

    Read More »
  • Software Development👁 Image
    Lukas EderNovember 21st, 2014
    1 90

    Use MySQL’s Strict Mode on all new Projects!

    MySQL is a database that has been bending the SQL standard in ways that make it hard to move off…

    Read More »
  • Software Development👁 Image
    Lukas EderNovember 17th, 2014
    1 69

    Don’t Migrate to MariaDB just yet. MySQL is Back!

    Now that I have your attention, I’d like to invite you to a critical review of where we’re at in…

    Read More »
  • Software Development👁 Image
    Lukas EderNovember 14th, 2014
    0 118

    Have You Ever Wondered About the Difference Between NOT NULL and DEFAULT?

    When writing DDL in SQL, you can specify a couple of constraints on columns, like NOT NULL or DEFAULT constraints.…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaNovember 11th, 2014
    0 118

    An entity modelling strategy for scaling optimistic locking

    Introduction Application-level repeatable reads are suitable for preventing lost updates in web conversations. Enabling entity-level optimistic locking is fairly easy.…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaOctober 6th, 2014
    0 240

    Logical vs physical clock optimistic locking

    Introduction In my previous post I demonstrated why optimistic locking is the only viable solution for application-level transactions. Optimistic locking…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • ...
  • Last
Back to top button
Close