並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

transactionの検索結果1 - 4 件 / 4件

  • モジュラモノリスにおけるトランザクション設計の考え方 / transaction design on modular monolith

    モジュラモノリスにおいてトランザクションはどうあるべきなのかについて整理している資料が少ない気付きがあったので「簡易的に」整理しました

      モジュラモノリスにおけるトランザクション設計の考え方 / transaction design on modular monolith
    • ActiveRecord::Base.transaction(joinable: false)を使ってはいけない - SmartHR Tech Blog

      注意喚起の記事になります。タイトルが結論です。 既にこの問題に言及している記事はいくつかあるのですが*1、私は気付かずに踏んでしまったので、タイトルで「おっと、うちは大丈夫かな」と思ってもらえるようにこの記事を書いています。 joinableとは何か 問題として挙げているjoinableオプションですが、これはネストしたトランザクションの挙動に影響を与えます。少しややこしいので、サンプルコードを見せながら説明します。 # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "activerecord", "7.

        ActiveRecord::Base.transaction(joinable: false)を使ってはいけない - SmartHR Tech Blog
      • 虹ぐらし on Twitter: "【注意喚起】先程クレカ会社から電話があって「Apple Payで今朝3回大きな額の買い物された形跡がありますがあなたですか」と言われたのでいいえと答えると、「ではこのtransactionをキャンセルしますね」と言われ、クレカの有効期限、後ろの3桁の番号を聞かれ、さらに→続く"

        • ​UTXO (Unspent Transaction Output) in Crypto Blockchains

          Every blockchain uses different record-keeping methods. In this guide, we will understand the UTXO (Unspent Transaction Output) method that Bitcoin and some other cryptocurrency blockchain networks use. We will also see how it differs from traditional banking systems’ popular account/balance method. What is UTXO? UTXO, or Unspent Transaction Output, is a fundamental concept in cryptocurrency, part

            ​UTXO (Unspent Transaction Output) in Crypto Blockchains
          1