2022-06-09から1日間の記事一覧

インラインビューの更新

DB

MySQL、PostgreSQL、SQL Serverはインラインビューの更新不可 MySQL (8.0.29) drop table tab1;create table tab1( col1 bigint primary key ,col2 bigint ); drop table tab2;create table tab2( col1 bigint primary key ,col2 bigint ); drop procedure p…

{StorageGateway}Creating a Volume Gateway

AWS

https://dev.classmethod.jp/articles/storage-gateway-cachevolume-introduction/ https://docs.aws.amazon.com/ja_jp/storagegateway/latest/vgw/create-volume-gateway-volume.html Cached volumes - Stores your primary data in Amazon S3 and retains …

{StorageGateway}Amazon S3 ファイルゲートウェイを作成してアクティベートする

AWS

AWSStorage Gateway は、オンプレミスのソフトウェアアプライアンスをクラウドベースのストレージと接続し、お客様のオンプレミスの IT 環境と、AWSストレージインフラストラクチャ。このサービスを使用して、データをAWSクラウドは、データのセキュリティを…