PostgreSQL

Posts in 2017
  • Go Database Tutorial: database/sql

    August 24, 2017 in PostgreSQL

    Go Database Tutorial: database/sql

    Similar to JDBC, Go also has a standard database access interface. This article details how to use database/sql in Go and important considerations.

    Similar to JDBC, Go also has a standard database access interface. This article details how to use database/sql in Go and important considerations.

  • Implementing Cache Synchronization with Go and PostgreSQL

    August 03, 2017 in PostgreSQL

    Implementing Cache Synchronization with Go and PostgreSQL

    Cleverly utilizing PostgreSQL's Notify feature, you can conveniently notify applications of metadata changes and implement trigger-based logical replication.

    Cleverly utilizing PostgreSQL's Notify feature, you can conveniently notify applications of metadata changes and implement trigger-based logical replication.

  • Auditing Data Changes with Triggers

    June 09, 2017 in PostgreSQL

    Auditing Data Changes with Triggers

    Sometimes we want to record important metadata changes for audit purposes. PostgreSQL triggers can conveniently solve this need automatically.

    Sometimes we want to record important metadata changes for audit purposes. PostgreSQL triggers can conveniently solve this need automatically.

  • Building an ItemCF Recommender in Pure SQL

    April 05, 2017 in PostgreSQL

    Building an ItemCF Recommender in Pure SQL

    Five minutes, PostgreSQL, and the MovieLens dataset—that’s all you need to implement a classic item-based collaborative filtering recommender.

    Five minutes, PostgreSQL, and the MovieLens dataset—that’s all you need to implement a classic item-based collaborative filtering recommender.

Posts in 2016
  • UUID Properties, Principles and Applications

    November 06, 2016 in PostgreSQL

    UUID Properties, Principles and Applications

    UUID properties, principles and applications, and how to manipulate UUIDs using PostgreSQL stored procedures.

    UUID properties, principles and applications, and how to manipulate UUIDs using PostgreSQL stored procedures.

  • PostgreSQL MongoFDW Installation and Deployment

    May 28, 2016 in PostgreSQL

    PostgreSQL MongoFDW Installation and Deployment

    Recently had business requirements to access MongoDB through PostgreSQL FDW, but compiling MongoDB FDW is really a nightmare.

    Recently had business requirements to access MongoDB through PostgreSQL FDW, but compiling MongoDB FDW is really a nightmare.