VOOZH about

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

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


  • Software Development👁 Image
    Florian MotlikJune 25th, 2015
    0 162

    Discovering the Computer Science Behind Postgres Indexes

    This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation at the…

    Read More »
  • Software Development👁 Image
    Tony NguyenMay 28th, 2015
    1 162

    Rethinking database schema with RDF and Ontology

    When I joined the industry 10 years ago, my first project used relational database. After that, my next project also…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lukas EderMay 25th, 2015
    0 120

    Do Not Make This Mistake When Developing an SPI

    Most of your code is private, internal, proprietary, and will never be exposed to public. If that’s the case, you…

    Read More »
  • Software Development👁 Image
    Lukas EderMay 11th, 2015
    0 194

    PostgreSQL’s Best-Kept Secret, and how to Use it with jOOQ

    PostgreSQL has a lot of secret data types. In recent times, PostgreSQL’s JSON and JSONB support was hyped as being…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lukas EderApril 9th, 2015
    0 223

    How to Avoid the Dreaded Dead Lock when Pessimistic Locking – And some Awesome Java 8 Usage!

    Sometimes you simply cannot avoid it: Pessimistic locking via SQL. In fact, it’s an awesome tool when you want to…

    Read More »
  • Scala👁 Image
    Andrey RedkoMarch 5th, 2015
    0 157

    A fresh look on accessing database on JVM platform: Slick from Typesafe

    In today’s post we are going to open our mind, step away from traditional Java EE / Java SE JPA-based…

    Read More »
  • Software Development👁 Image
    Lukas EderMarch 4th, 2015
    0 169

    How to use SQL PIVOT to Compare Two Tables in Your Database

    This can happen ever so easily. You adapt a table by adding a new column:          …

    Read More »
  • Software Development👁 Image
    Lukas EderMarch 3rd, 2015
    1 166

    How to Extract a Date Part in SQL

    The Modern SQL Twitter account (by Markus Winand) published a hint about how to extract a date part in SQL:…

    Read More »
  • Software Development👁 Image
    Lukas EderMarch 2nd, 2015
    0 112

    jOOQ vs. Slick – Pros and Cons of Each Approach

    Every framework introduces a new compromise. A compromise that is introduced because the framework makes some assumptions about how you’d…

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