# my opinion is my own > memo blog author: zatoima url: https://zatoima.github.io/ ## About 技術ブログ。AWS、Oracle Database、PostgreSQL、MySQL、Hugo、Pythonなどの技術情報を発信しています。 ## MCP Server このサイトはMCP(Model Context Protocol)Serverを提供しています。 Claude CodeなどのAIツールから記事の検索・閲覧が可能です。 ### セットアップ リポジトリのクローンは不要です。サイトの公開データ(llms-full.txt)をHTTPで取得する方式のため、ビルド済みファイルをダウンロードするだけで使えます。 ```bash # MCP Serverのソースを取得してビルド git clone --depth 1 --filter=blob:none --sparse https://github.com/zatoima/zatoima.github.io.git cd zatoima.github.io && git sparse-checkout set mcp-server cd mcp-server && npm install && npx tsc # Claude Codeに登録 claude mcp add zatoima-blog node $(pwd)/dist/index.js ``` データは起動時に https://zatoima.github.io/llms-full.txt から自動取得されます(10分間キャッシュ)。 ### 利用可能なツール - **search_posts**: キーワードでブログ記事を全文検索(タイトル・本文・タグ対象) - **read_post**: slug またはタイトルの一部を指定して記事全文を取得 - **list_posts**: 記事一覧を取得(タグ・カテゴリ・年でフィルタ可能) - **list_tags**: 全タグと記事数の一覧を取得 - **blog_stats**: ブログの統計情報を取得(総記事数、年別投稿数、人気タグなど) ### 使用例 ``` # AWSに関する記事を検索 search_posts(query="AWS", limit=10) # 特定の記事を読む read_post(identifier="aurora-failover") # 2024年の記事一覧 list_posts(year="2024") # PostgreSQLタグの記事を一覧 list_posts(tag="PostgreSQL") ``` ## Blog Posts - [Hugo製ブログにMCP Serverとllms.txtを実装する](https://zatoima.github.io/hugo-blog-mcp-server-llms-txt/) (2026-02-23) [Hugo, Claude Code] - [LLM論文サーベイ(2026-02-23)](https://zatoima.github.io/llm-papers-2026-02-23/) (2026-02-23) [LLM, AI, 論文] - [Snowflakeのディレクトリテーブルとメタデータ自動更新](https://zatoima.github.io/snowflake-directory-table-integration/) (2024-05-17) [Snowflake] - [PowerPoint for Macのフォントを一括置換するシェルスクリプト](https://zatoima.github.io/Mac-pptx-font-replace/) (2024-05-15) [Mac] - [SnowCLIを使用したデータのアンロード/アップロード](https://zatoima.github.io/snowflake-snowcli-data-unload-upload/) (2024-05-02) [Snowflake] - [GA4のデータをPython(Analytics Data API)で取得する](https://zatoima.github.io/ga4-data-analytics-api-python/) (2024-04-30) [python] - [PowerPoint for Macのノートを一括削除するシェルスクリプト](https://zatoima.github.io/mac-pptx-delete-note/) (2024-04-26) [Mac] - [M1 MacにPostgreSQLをインストールする](https://zatoima.github.io/postgres-mac-install-postgresql-homebrew/) (2023-02-10) [PostgreSQL] - [Lambdaで一向にCloudWatch logsのログが書き込まれない時の確認ポイント](https://zatoima.github.io/aws-lambda-cloudwatch-logs-not-write/) (2023-01-27) [AWS] - [SQL APIを使用してSnowflakeにSQLを発行する](https://zatoima.github.io/snowflake-sql-api-try/) (2023-01-11) [Snowflake] - [snowflake-connector-pythonをLambdaで使用する事前準備メモ](https://zatoima.github.io/snowflake-connector-python-lambda-use/) (2023-01-04) [AWS] - [GASでGmailから件名やメールアドレスを抽出する](https://zatoima.github.io/gas-mail-address-list/) (2023-01-02) [GAS] - [Githubの.gitignoreとgit-secrets設定](https://zatoima.github.io/github-gitignore-git-secrets-setting/) (2022-12-28) [Github] - [ExcelからSnowflakeへSQLを実行するマクロボタンを作成する](https://zatoima.github.io/snowflake-excel-sql-execute-macro-button/) (2022-12-27) [Snowflake] - [M1 MacからSnowflakeへExcelでODBC接続する](https://zatoima.github.io/snowflake-m1-mac-excel-connect/) (2022-12-26) [Snowflake] - [Anaconda環境にsnowflake-connector-pythonをインストール](https://zatoima.github.io/snowflake-anaconda-snowflake-conector-python-install/) (2022-12-15) [Snowflake] - [改行コードの確認方法](https://zatoima.github.io/tips-mac-newline-character-confirm/) (2022-12-09) [Tips] - [Github Pages Hugoの新端末でのセットアップメモ](https://zatoima.github.io/hugo-github-pages-setup-memo/) (2022-12-06) [Hugo] - [AWS IAMポリシーのCondition句のStringEqualsに複数条件を記載する](https://zatoima.github.io/aws-iam-policy-condition-multipul/) (2022-12-05) [AWS] - [本ブログへのアクセス数メモ 2022年10月](https://zatoima.github.io/hugo-access-number-memo/) (2022-11-13) [Hugo] - [Snowflake向けのTPC-HベンチマークをPythonから実行する](https://zatoima.github.io/snowflake-python-tpc-h-execute/) (2022-11-12) [snowflake] - [Hugoの記事一覧の取得](https://zatoima.github.io/blog-hugo-article-list/) (2022-11-08) [blog] - [EC2(Amazon Linux)にDockerをインストール](https://zatoima.github.io/aws-ec2-docker-amazon-linux-install/) (2022-10-31) [AWS] - [Pythonのpandas-datareaderで取得できる代表的なデータをまとめる](https://zatoima.github.io/python-pandas-datareader-data-from-fred/) (2022-10-24) [Python] - [DMM英会話の受講履歴をCalendar Heatmapで可視化](https://zatoima.github.io/python-dmm-online-eikaiwa-calendar-heatmap/) (2022-10-19) [Python] - [PostgreSQLで月初、月末日、翌月月初を取得する](https://zatoima.github.io/postgresql-sql-month_first/) (2022-10-15) [PostgreSQL, SQL] - [OCI上のOracle Linux8にDockerをインストールする](https://zatoima.github.io/ici-oracle-linux-8-docker-install/) (2022-10-13) [OCI] - [SnowflakeでS3の外部テーブルでクエリする](https://zatoima.github.io/snowflake-s3-external-table-query/) (2022-10-12) [snowflake] - [SQLで重複抽出](https://zatoima.github.io/sql-leetcode-182-duplicate-search/) (2022-10-11) [SQL] - [MacでiCloud Driveへのディレクトリ移動をしやすくする](https://zatoima.github.io/Mac-icloud-drive-ln-create/) (2022-10-10) [Mac] - [Docker上のPostgreSQLへCopyする際のコマンド](https://zatoima.github.io/docker-postgresql-copy-host-to-docker/) (2022-10-02) [Docker, PostgreSQL] - [Google Spreadsheetで特定時点の為替や株価を取得](https://zatoima.github.io/google-spreadsheet-googlefinance-currency/) (2022-09-30) [その他] - [Snowflakeのキャッシュ](https://zatoima.github.io/snowflake-cached-memo/) (2022-09-30) [snowflake] - [Snowflakeで名字と名前を抽出する(POSITION関数)](https://zatoima.github.io/snowflake-extract-name-position-function/) (2022-09-29) [Snowflake, SQL] - [Snowflakeのデータキャッシュの無効化](https://zatoima.github.io/snowflake-data-cache-disabled/) (2022-09-28) [snowflake] - [Hugo wowchemyのシンタックスハイライト変更](https://zatoima.github.io/hugo-wowchemy-syntax-highlight-setting/) (2022-09-26) [Hugo] - [metabase起動時のInitialization FAILEDエラー対応](https://zatoima.github.io/docker-metabase-initialization-failed-error/) (2022-09-19) [metabase] - [ArmのDocker環境でMetabase構築](https://zatoima.github.io/docker-metabase-arm-postgresql-env/) (2022-09-17) [Docker] - [AWSのエンコードされたエラーメッセージを見る方法](https://zatoima.github.io/aws-encode-error-message-how-to-confirm/) (2022-09-15) [AWS] - [SnowPro Advanced Architect対策メモ](https://zatoima.github.io/snowflake-certificate-snowpro-advanced-memo/) (2022-09-10) [snowflake] - [AWS BackupでEC2を復元しようとしたときの権限不足エラー](https://zatoima.github.io/aws-backup-ec2-restore-error/) (2022-09-08) [AWS] - [Azure Text to Speechで英語テキストをPythonでmp3化する](https://zatoima.github.io/python-azure-english-text-to-speech/) (2022-09-05) [Python, Azure, 英語] - [AWS コスト管理のページで「このアクションを実行する権限がありません。」が表示される](https://zatoima.github.io/aws-cost-management-action-error/) (2022-09-04) [AWS] - [Snowflakeでログイン履歴を確認する](https://zatoima.github.io/snowflake-login-history/) (2022-09-01) [snowflake] - [PostgreSQLのSQLの処理順序](https://zatoima.github.io/postgresql-sql-process-order/) (2022-08-31) [PostgreSQL] - [Snowflakeのアクセス制御や権限管理](https://zatoima.github.io/snowflake-security-access-control/) (2022-08-30) [snowflake] - [S3(外部ステージ)からSnowflakeにデータロードする](https://zatoima.github.io/snowflake-dataload-from-s3-to-snowflake/) (2022-08-29) [snowflake] - [SnowPro Core認定の試験ガイド対策](https://zatoima.github.io/snowflake-snowpro-core-certification-study/) (2022-08-27) [snowflake] - [DynamoDBからAurora PostgreSQLへのデータレプリケーション環境を作成する](https://zatoima.github.io/aws-dynamodb-to-aurora-postgresql-replication/) (2022-08-25) [AWS, Aurora, DynamoDB] - [SnowflakeのTime Travel](https://zatoima.github.io/snowflake-timetravel-summary/) (2022-08-25) [snowflake] - [SnowflakeのFail-safe](https://zatoima.github.io/snowflake-failsafe-summary/) (2022-08-20) [snowflake] - [Dockerのエラー対応(docker Got permission denied~)](https://zatoima.github.io/docker-error-permission-denied/) (2022-08-06) [Docker] - [Aurora PostgreSQLでpg_settingsをCSVで出力する](https://zatoima.github.io/aws-aurora-postgresql-pg_settings-csv-output/) (2022-07-31) [AWS, Aurora] - [LambdaをVPCで使用する際のENI数](https://zatoima.github.io/aws-lamdba-vpc-eni-number-use/) (2022-07-24) [AWS, Lambda] - [Aurora PostgreSQLにパッチを適用した際のダウンタイムログ](https://zatoima.github.io/aws-aurora-patch-apply-downtime-log/) (2022-07-20) [AWS, Aurora] - [snowsqlのインストール](https://zatoima.github.io/snowflake-snowsql-install-howto/) (2022-07-15) [Snowflake] - [AWS Direct Connect参考資料メモ](https://zatoima.github.io/aws-direct-connect-documents/) (2022-07-11) [AWS] - [GISの殴り書きメモ](https://zatoima.github.io/other-geographic-information-system-desc/) (2022-07-11) [Other] - [Kinesis Data Streamsのホットシャードを見つけるツール](https://zatoima.github.io/aws-kinesis-hot-shard-advisor/) (2022-07-08) [AWS, Kinesis] - [Aurora PostgreSQLでPostGIS(位置情報)を使用する](https://zatoima.github.io/aws-aurora-postgresql-postgis/) (2022-07-05) [AWS, Aurora, PostgreSQL] - [Redshiftの内部アーキテクチャに関する資料](https://zatoima.github.io/aws-redshift-internal-re-invented/) (2022-07-05) [AWS, Redshift] - [S3イベントの発火漏れは2022年時点では発生しない](https://zatoima.github.io/aws-s3-event-missing/) (2022-07-01) [AWS, S3] - [アカウントを跨いだ際のS3へのアクセスについて](https://zatoima.github.io/aws-s3-access-iam-bucket-policy/) (2022-06-28) [AWS] - [DynamoDBからKinesis Streamsに流したレコードの中身を見る](https://zatoima.github.io/aws-dynamodb-replication-record-kinesis/) (2022-06-24) [AWS, DynamoDB] - [API Gateway のアクセス元をリソースポリシー機能を使用してCloudFrontのみに限定する方法](https://zatoima.github.io/aws-api-gateway-cloudfront-restrict-resource-policy/) (2022-06-13) [AWS] - [SAMを使用したLambdaのデプロイをCodePipelineに組み込む](https://zatoima.github.io/aws-lambda-sam-codepipeline-deploy/) (2022-06-11) [AWS] - [API Gateway+LambdaのSAMでCanaryデプロイを実施](https://zatoima.github.io/aws-lambda-sam-api-canary-deploy/) (2022-05-31) [AWS] - [S3へのファイルのPUTを検知してLamdbaからAurora PostgreSQLのテーブルへCSV形式のデータをロード](https://zatoima.github.io/aws-aurora-postgres-lambda-s3-event/) (2022-05-25) [AWS] - [PostgreSQL のテーブルをリネームした場合、統計情報やインデックス、バッファキャッシュはどうなるか?](https://zatoima.github.io/aws-postgresql-rename-table-index-analyze-buffer/) (2022-05-22) [PostgreSQL] - [AWS SAM CLI を使用したLambdaのデプロイ](https://zatoima.github.io/aws-lambda-sam-deploy/) (2022-05-21) [AWS] - [Lambdaからawslambda-psycopg2を使用してAurora PostgreSQLに接続](https://zatoima.github.io/aws-aurora-postgres-psycopg2-lambda/) (2022-05-17) [AWS] - [pgAdmin4からAurora PostgreSQLへ踏み台サーバのポートフォワード経由で接続する](https://zatoima.github.io/aws-aurora-postgres-pgadmin4-bastin-connect/) (2022-05-09) [AWS, Aurora] - [DynamoDBからkinesis firehose経由でS3に出力時にJSON形式からCSV形式に変換するLamdba用のPythonスクリプト](https://zatoima.github.io/aws-dynamodb-to-s3-csv-transform-python-lamdba/) (2022-05-06) [AWS] - [DynamoDBからkinesis firehose経由でS3に出力](https://zatoima.github.io/aws-dynamodb-to-s3-by-kinesis/) (2022-05-04) [AWS] - [Auroraの各バージョンのサポート期間](https://zatoima.github.io/aws-aurora-support-eol/) (2022-05-01) [AWS, Aurora] - [Hugo wowchemy(旧Academic)のcustom.scssのカスタマイズ](https://zatoima.github.io/other-hugo-wowchemy-academic-custome/) (2022-04-22) [その他] - [Aurora PostgreSQLのDB監査方式(Database Activity Streams or pgaudit?)](https://zatoima.github.io/aws-aurora-postgresql-audit/) (2022-04-16) [AWS, Aurora, PostgreSQL] - [サーバ側と通信するCipher suite (暗号スイート) の調査方法](https://zatoima.github.io/other-cipher-suite-confirm/) (2022-04-14) [AWS, その他] - [S3のパブリックアクセスに関するブロックパブリックアクセスとバケットポリシーの関係](https://zatoima.github.io/aws-s3-public-access-about-message-policy/) (2022-04-10) [AWS] - [Amplifyを使用してCognitoテスト環境を構成する](https://zatoima.github.io/aws-cognito-setting-amplify/) (2022-03-18) [AWS] - [AWS Config設定時の「設定を記録できる配信チャネルがありません。」を解消する](https://zatoima.github.io/aws-config-delivery-channels-error/) (2022-03-16) [AWS] - [EMR Sparkのメモリ関連のパラメータ設定](https://zatoima.github.io/aws-emr-memory-parameter-settiong/) (2022-03-13) [AWS, EMR] - [RedshiftのPython UDFの同時実行数](https://zatoima.github.io/aws-redshift-python-udf-concurency/) (2022-03-03) [AWS, Redshift] - [RedshiftのLambda UDFの設定](https://zatoima.github.io/aws-redshift-lamdba-udf-setting/) (2022-02-24) [AWS, Redshift] - [EMRからS3にアップロードする](https://zatoima.github.io/aws-emr-s3-upload/) (2022-02-22) [AWS, EMR] - [AWSのグローバルリソースのデータの保存場所について](https://zatoima.github.io/aws-global-resource-data/) (2022-02-20) [AWS] - [更新が出来るデータレイクことレイクハウスとは](https://zatoima.github.io/other-datalake-lakehouse-update/) (2022-02-13) [その他] - [技術面接対策用のナレッジ](https://zatoima.github.io/other-technical-interview-preparation/) (2022-02-10) [その他, ブックマーク] - [AWSの使用コストで割合が多い使用タイプをAWS CLIで出力する](https://zatoima.github.io/aws-cost-exploler-aws-cli-usage-type/) (2022-02-09) [AWS] - [AWS料金の「EC2 - Other」の料金をAWS CLIから確認する](https://zatoima.github.io/aws-cost-exploler-ec2-other-cli/) (2022-02-08) [AWS] - [お名前.comで取得したドメインを使用してACMでSSL証明書を発行する](https://zatoima.github.io/aws-acm-ssl-certigication-setting/) (2022-02-07) [AWS, ACM] - [Spark on Docker on EC2環境を構築する](https://zatoima.github.io/aws-ec2-on-docker-on-spark-install/) (2022-02-04) [Docker, Spark, AWS] - [Redshift Spectrumの同時実行性能パフォーマンス](https://zatoima.github.io/aws-redshift-spectrum-performance-concurrency/) (2022-01-29) [AWS, Redshift] - [Redshiftから特定区切り文字でファイル出力する](https://zatoima.github.io/aws-redshift-system-table-unload/) (2022-01-27) [AWS, Redshift] - [Apache Bench(abコマンド)で簡易的なアクセスをCloudFrontに実行](https://zatoima.github.io/aws-cloudfront-apache-bench-ab-access/) (2022-01-24) [AWS, CloudFront] - [PostgreSQLでソートをメモリでは無く敢えてディスクで発生させる方法](https://zatoima.github.io/postgres-disk-external-merge-sort/) (2022-01-20) [PostgreSQL] - [OracleとPostgreSQLの統計情報取得のサンプリング数の違いについて](https://zatoima.github.io/oracle-postgresql-dbms-stats-analyze-sampling/) (2022-01-17) [Oracle, PostgreSQL] - [Fiware/Orionで使うMongoDBへの接続先を変更する](https://zatoima.github.io/fireware-orion-mongodb-connection-change/) (2022-01-15) [Docker, Fiware] - [S3オブジェクトの整合性チェックをどのように行うのか](https://zatoima.github.io/aws-s3-object-checksum-how-to/) (2022-01-11) [AWS, S3] - [S3オブジェクトのmd5やEtagの関係性について整理する](https://zatoima.github.io/aws-s3-object-md5-etag/) (2022-01-10) [AWS, S3] - [ECRへのコンテナイメージのPush、Pullのメモ](https://zatoima.github.io/aws-ecr-container-push-pull/) (2022-01-07) [AWS, ECR] - [PostgreSQLでMerge/Upsertを実行したら遅かったので力技で解決した](https://zatoima.github.io/postgres-merge-upsert-tuning/) (2022-01-05) [PostgreSQL] - [PostgreSQLでMerge/Upsertを行う](https://zatoima.github.io/postgres-merge-upsert/) (2022-01-04) [PostgreSQL"] - [Amazon LinuxにMongoDB(5.x系)をインストールする](https://zatoima.github.io/aws-mongodb-install/) (2021-12-30) [AWS, MongoDB] - [PostgreSQLでバッファキャッシュ上にデータをのせる](https://zatoima.github.io/postgres-extension-pg-prewarm-buffer-cache/) (2021-12-29) [PostgreSQL] - [AWSで東京リージョンから大阪リージョンへのリージョン間のアウトバウンド通信コストを確認](https://zatoima.github.io/aws-tokyo-to-osaka-network-outbound-cost/) (2021-12-26) [AWS, Aurora] - [AuroraのIO料金をCost Explolerから確認する](https://zatoima.github.io/aws-aurora-io-cost-exploler-check/) (2021-12-24) [AWS, Aurora] - [PostgreSQLのpostgres_fdw拡張機能の実行](https://zatoima.github.io/postgres-extension-fdw-install/) (2021-12-21) [PostgreSQL] - [PostgreSQLのdblink拡張機能の実行と注意点](https://zatoima.github.io/postgres-extension-dblink-install-and-causion/) (2021-12-19) [PostgreSQL] - [Hugo AcademicのError failed to resolve output formatエラーについて](https://zatoima.github.io/hugo-error-build-output-format/) (2021-12-16) [Hugo] - [ドッキングステーション購入の失敗談メモ](https://zatoima.github.io/other-docking-station/) (2021-12-15) [その他] - [docker-composeでPostgreSQL構築](https://zatoima.github.io/postgres-docker-compose-install/) (2021-12-07) [Docker, PostgreSQL] - [FIWAREに関する殴り書きメモ](https://zatoima.github.io/fiware-about-memo/) (2021-12-04) [fiware] - [EC2にDockerをインストールしてFIWAREを動かす](https://zatoima.github.io/aws-ec2-docker-fiware-install/) (2021-12-02) [AWS, Docker, Fiware] - [CloudTrailの料金が高い場合の対応](https://zatoima.github.io/aws-cloudtrail-cost-high/) (2021-11-26) [AWS] - [CloudTrailのデータイベントはマネージメントコンソール上からは確認出来ない](https://zatoima.github.io/aws-cloudtrail-dataevent-athena/) (2021-11-25) [AWS] - [VSCodeでデフォルトのシンタックスハイライトを設定する](https://zatoima.github.io/other-vscode-syntax-default/) (2021-11-22) [VSCode] - [AthenaでCloudTrail の証跡を分析](https://zatoima.github.io/aws-cloudtrail-athena-analyze-query/) (2021-11-18) [AWS, Athena, CloudTrail] - [DMBOK勉強の殴り書きメモ(参照データとマスタデータ)](https://zatoima.github.io/dmbok-memo-reference-data-master/) (2021-11-15) [DMBOK] - [DMBOK勉強の殴り書きメモ(データガバナンスとデータマネージメント)](https://zatoima.github.io/dmbok-memo-data-governance-data-management/) (2021-11-09) [DMBOK] - [VSCodeにお気に入りフォントを設定する](https://zatoima.github.io/vscode-font-favorite/) (2021-11-06) [その他, VSCode] - [PythonのPyArrorwを使用してCSVをParquetに変換、及び確認](https://zatoima.github.io/python-pyarrow-convert-csv-to-parquet-pandas/) (2021-11-03) [Python] - [parquet-toolsのインストール、及び操作方法のメモ](https://zatoima.github.io/parquet-tools-how-to-install-and-operate/) (2021-11-02) [その他] - [DELL XPS 8900にて電源が入らない状況から回復した方法](https://zatoima.github.io/dell-xps-8900-recovery-lost-power/) (2021-10-31) [その他] - [ThinkPad ワイヤレス キーボードII でトラックポイントの調整をする方法](https://zatoima.github.io/thinkpad-wireless-keyboard-2-track-point-setting/) (2021-10-29) [その他] - [Redshift SpectrumからGlue Data Catalogのテーブルを参照する](https://zatoima.github.io/aws-redshift-spectrum-select-data-catalog/) (2021-10-28) [AWS, Redshift] - [PostgreSQLでデータベース全体の論理バックアップから個別テーブルをリストアする](https://zatoima.github.io/postgresql-database-logical-backup-restore-table/) (2021-10-27) [PostgreSQL] - [awswranglerを使用してCSV to Parquet](https://zatoima.github.io/aws-athena-glue-awswrangler-csv-to-parquet/) (2021-10-22) [Athena, Glue] - [speedtest-cliを使用してWifi環境の回線速度の可視化](https://zatoima.github.io/speedtest-cli-visualize-wifi-env/) (2021-10-20) [その他] - [ThinkPad X13 Gen 2 AMD を購入しました](https://zatoima.github.io/buy-thinkpad-x13-gen2-amd/) (2021-10-18) [その他] - [metabaseのアップグレード方法](https://zatoima.github.io/metabase-how-to-upgrade/) (2021-10-16) [metabase] - [CDMP取得に向けたメモ](https://zatoima.github.io/dmbok-memo-for-cdmp-acquisition/) (2021-10-14) [DMBOK, CDMP] - [RSSがないサイトの更新情報を受け取る方法](https://zatoima.github.io/how-to-know-the-update-information-of-the-site-without-rss/) (2021-10-13) [その他] - [metabaseの公式情報](https://zatoima.github.io/metabase-official-documentation/) (2021-09-29) [metabase] - [Windows10でssh-keygen](https://zatoima.github.io/windows10-ssh-keygen-generate/) (2021-09-23) [Windows] - [Redshift Spectrumのベストプラクティス](https://zatoima.github.io/aws-redshift-spectrum-best-practice/) (2021-09-20) [AWS, Redshift] - [EMR PySparkにspark-submitで実行](https://zatoima.github.io/aws-emr-pyspark-spark-submit-command.html) (2021-09-18) [AWS, EMR] - [GCP Associate Cloud Engineer 合格体験記](https://zatoima.github.io/gcp-associate-cloud-engineer-certification/) (2021-09-14) [GCP] - [gmailを使用してmetabaseのメール設定(Dashboard subscriptions)を行う](https://zatoima.github.io/metabase-gmail-email-sent-how-to/) (2021-09-12) [metabase] - [Redshift Spectrum用にテストデータの準備、及びクエリの実行](https://zatoima.github.io/aws-redshift-spectrum-data-prepare-query-execute/) (2021-09-10) [AWS, Redshift] - [GCP Associate Cloud Engineer 認定試験ガイド - クラウド ソリューションの計画と構成](https://zatoima.github.io/gcp-associate-cloud-engineer-exam-guide-2/) (2021-09-07) [GCP] - [GCP Associate Cloud Engineer 認定試験ガイド - クラウド ソリューション環境の設定](https://zatoima.github.io/gcp-associate-cloud-engineer-exam-guide-1/) (2021-09-05) [GCP] - [Hugo wowchemy(旧Academic)における記事幅の調整方法](https://zatoima.github.io/hugo-wowchemy-academic-article-container/) (2021-09-02) [Hugo] - [Hugoにおける実行ファイルのnot foundについて](https://zatoima.github.io/hugo-about-executable-not-found%20in%20Hugo/) (2021-08-31) [Hugo] - [Hugo wowchemy(旧Academic)におけるbuilding siteエラー](https://zatoima.github.io/hugo-building-site-error-in-hugo-wowchemy/) (2021-08-30) [Hugo] - [GCPのAssociate Cloud Engineer取得に向けた勉強方法](https://zatoima.github.io/gcp-associate-cloud-engineer-certification-prep/) (2021-08-29) [GCP] - [Excelのグラフで横軸を1時間ごとのグラフにする方法](https://zatoima.github.io/hourly-graph-for-horizontal-axis-in-excel/) (2021-08-27) [その他] - [新型コロナウイルス感染症(COVID-19) ワクチン2回目摂取の体温推移](https://zatoima.github.io/other-moderna-vaccination-2nd-log/) (2021-08-26) [その他] - [GCP BigQueryの基礎をざっくり理解する](https://zatoima.github.io/gcp-bigquery-google-cloud-overview-basic/) (2021-08-24) [GCP, BigQuery] - [Redshift Spectrumのパフォーマンス確認](https://zatoima.github.io/aws-redshift-spectrum-performance-check/) (2021-08-20) [AWS, Redshift] - [Alexaのぴよログスキルの音声入力エラーに対して定型アクションで対応する](https://zatoima.github.io/alexa-change-word-voice-control-piyolog/) (2021-08-18) [Alexa] - [PostgreSQLのSQL実行計画の可視化(pev、gocmdpev)](https://zatoima.github.io/aws-postgresql-execute-plan-visualization/) (2021-08-08) [AWS, PostgreSQL] - [Aurora PostgreSQL を AWS CLIで作成](https://zatoima.github.io/aws-aurora-aws-cli-create-cluster-instance/) (2021-07-26) [AWS, Aurora] - [AthenaをCLIベースで実行する(AWS CLI、athenacli)](https://zatoima.github.io/aws-athena-cli-query-execute/) (2021-07-21) [AWS, Athena] - [AWSの使用料をPythonでLINEに通知する](https://zatoima.github.io/aws-python-amount-to-use-cost-line-notify/) (2021-07-14) [AWS, python] - [PostgreSQLの拡張機能 pg_proctab をAurora/RDSから触ってみる](https://zatoima.github.io/aws-aurora-rds-postgresql-pg_proctab-extention/) (2021-07-12) [AWS, Aurora, RDS, PostgreSQL] - [複数の画像ファイルを一つのPDFにするPythonスクリプト](https://zatoima.github.io/python-multiple-img-to-pdf/) (2021-07-09) [python] - [Redshiftのクエリキャンセル](https://zatoima.github.io/aws-redshift-query-cancellation/) (2021-07-06) [AWS, Redshift] - [RDS OracleにJDBCRunnerを実行](https://zatoima.github.io/oracle-rds-jdbcrunner/) (2021-07-01) [AWS, RDS, Oracle] - [Redshift Star Schema Benchmark 問い合わせクエリのサンプル](https://zatoima.github.io/aws-redshift-spectrum-data-query-execute/) (2021-06-28) [AWS, Redshift] - [Google カスタム検索エンジンでHugoのサイト内検索を行う](https://zatoima.github.io/hugo-google-custom-search-engine/) (2021-06-27) [Hugo] - [HugoのテーマをAcademicからMainroadに変更した](https://zatoima.github.io/hugo-academic-to-hugo-change/) (2021-06-26) [Hugo] - [AWSの各サービスクォーター(Service Quotas)をCLIから確認](https://zatoima.github.io/aws-service-quotas-limit-cli/) (2021-06-23) [AWS] - [Redshift Admin Scripts](https://zatoima.github.io/aws-redshift-admin-script-memo/) (2021-06-20) [AWS, Redshift] - [EMR PySparkでWordCount](https://zatoima.github.io/aws-emr-spark-python-wordcount/) (2021-06-19) [AWS, EMR] - [pgbenchで任意のSQLを使って負荷掛け](https://zatoima.github.io/postgresql-pgbench-performance-sql-test/) (2021-06-16) [PostgreSQL] - [Redshift ショートクエリアクセラレーション(SQA)](https://zatoima.github.io/aws-redshift-short-query-acceleration-sqa/) (2021-06-15) [AWS, Redshift] - [Redshiftクラスタ 停止、起動、状態確認のCLI操作](https://zatoima.github.io/aws-redshift-cluster-stop-start-check-status/) (2021-06-12) [AWS, Redshift] - [AWSにおける暗号化されたバックアップのリージョン間コピー](https://zatoima.github.io/aws-backup-encrypt-tokyo-to-osaka/) (2021-06-11) [AWS] - [awslabsのpg-collectorについて](https://zatoima.github.io/aws-aurora-rds-postgresql-pg-collector.html) (2021-06-10) [AWS, PostgreSQL, Aurora, RDS] - [Aurora PostgreSQLのIO料金について](https://zatoima.github.io/aws-aurora-cost-io-input-output.html) (2021-06-04) [AWS, Aurora] - [Redshift RA3 と Spectrumの使い分け](https://zatoima.github.io/aws-redshift-ra3-spectrum.html) (2021-05-31) [AWS, Redshift] - [Apache Sparkの構成要素、概要、用語について](https://zatoima.github.io/aws-emr-spark-concept-component.html) (2021-05-27) [AWS, EMR, Spark] - [Amazon EMRのWebツール(Gangliaなど)をSSHトンネルを使ってブラウザ表示](https://zatoima.github.io/aws-emr-web-ui-tool-ssh-tunnel-browser.html) (2021-05-24) [AWS, EMR] - [PySparkでUDFを使用する場合の性能面の注意点](https://zatoima.github.io/aws-emr-spark-python-udf-performance/) (2021-05-23) [AWS, EMR] - [EMRのエラーをS3のログから確認](https://zatoima.github.io/aws-emr-error-log-s3-command.html) (2021-05-20) [AWS, EMR] - [Redshiftのdecimalの数値計算時の注意点](https://zatoima.github.io/aws-redshift-decimal-calculate.html) (2021-05-13) [AWS, Redshift] - [Redshiftのskew tableを確認する](https://zatoima.github.io/aws-redshift-skew-table-check/) (2021-05-12) [AWS, Redshift] - [RDS Oracleで拡張Varchar型の設定を行う](https://zatoima.github.io/oracle-rds-for-oracle-extended-varchar2-setting.html) (2021-05-06) [Oracle, RDS] - [RDS Oracleでロックされているテーブルのセッションをkill](https://zatoima.github.io/oracle-rds-for-oracle-kill-session.html) (2021-05-05) [Oracle, RDS] - [パワーポイント(pptx)ファイルをPythonでPDF化](https://zatoima.github.io/python-pptx-to-pdf.html) (2021-05-01) [python, その他] - [OracleとPostgreSQLのシーケンスキャッシュの動作差異](https://zatoima.github.io/oracle-postgresql-sequence-cache-incompatible.html) (2021-04-30) [Oracle, PostgreSQL, DB Migration] - [Oracle Partiotionオプションの代替策(View+Trigger)を試してみる](https://zatoima.github.io/oracle-ee-se2-partition-trigger-view.html) (2021-04-27) [Oracle, EE, SE2, RDS] - [OracleのリアルタイムSQL監視](https://zatoima.github.io/oracle-realtime-monitoring-sql.html) (2021-04-25) [Oracle, RDS] - [Redshiftのサンプルデータベース(TICKIT)を作る](https://zatoima.github.io/aws-redshift-sample-database-tickit.html) (2021-04-21) [AWS, Redshift] - [RedshiftのS3へのデータアンロード](https://zatoima.github.io/aws-data-unload-redshift-to-s3.html) (2021-04-20) [AWS, Redshift] - [PostgreSQL内の重複インデックスまたは未使用のインデックスを抽出](https://zatoima.github.io/postgresql-index-duplicate-unused-search.html) (2021-04-18) [PostgreSQL] - [Oracle Enterprise EditionからStandard Editionへのダウングレード検討メモ](https://zatoima.github.io/oracle-ee-se2-migration-to-aws-rds-for-oracle.html) (2021-04-15) [Oracle, EE, SE2, RDS] - [EMR Pysparkでデータフレームを縦に連結してデータを増幅させる](https://zatoima.github.io/aws-emr-spark-dataframe-data.html) (2021-04-13) [AWS, EMR] - [ublacklistでGoogle検索の結果をフィルタリングする](https://zatoima.github.io/chrome-ublacklist-filter-url.html) (2021-04-12) [その他, メモ] - [ElastiCache(Redis)への定期書き込み用スクリプト](https://zatoima.github.io/aws-elasticache-redis-bash-write-monitoring.html) (2021-04-07) [AWS, ElastiCache, Redis, Bash] - [RedshiftにTPC-DSデータをロードしてクエリ実行](https://zatoima.github.io/aws-redshift-tpcds-dataload.html) (2021-04-03) [AWS, Redshift] - [Redshiftへのデータロード](https://zatoima.github.io/aws-redshift-dataload-from-s3.html) (2021-04-01) [AWS, Redshift] - [pythonのpyautoguiを使用した画像認識処理待ちメモ](https://zatoima.github.io/python-pyautogui-waiting-memo.html) (2021-02-28) [python] - [モンテカルロ法で全世界株式への20年後の投資リターンの推測](https://zatoima.github.io/asset-montecarlo-forecast.html) (2021-02-22) [資産運用, その他] - [Windows版 Kindleの自動スクリーンショットツール](https://zatoima.github.io/python-kindle-screenshot-get.html) (2021-02-15) [Python, その他, メモ] - [Oracle 19cで拡張VARCHAR2型を導入](https://zatoima.github.io/oracle-19c-extended-varchar2.html) (2021-02-12) [Oracle] - [Aurora PostgreSQLのフェイルオーバー時間の計測](https://zatoima.github.io/aws-aurora-failover-time-test/) (2021-02-10) [AWS, Aurora, RDS, PostgreSQL] - [Aurora PostgreSQLとRDSの比較メモ(リンク集)](https://zatoima.github.io/aws-aurora-rds-postgresql-compare-link.html) (2021-02-07) [AWS, Aurora, RDS, PostgreSQL] - [Oracle Exadataの代表的な機能](https://zatoima.github.io/oracle-exadata-typical-functions.html) (2021-02-02) [Oracle, Exadata] - [IIJmioの携帯電話から他番号へ転送設定を行う](https://zatoima.github.io/iijmio-telephone-transfer.html) (2021-02-01) [その他, メモ] - [『AWS 認定 DevOps エンジニア – プロフェッショナル』合格に向けて](https://zatoima.github.io/aws-certified-devops-professional.html) (2021-01-30) [AWS] - [AWS Elastic Beanstalkの殴り書きメモ](https://zatoima.github.io/aws-elastic-beanstalk-memo.html) (2021-01-28) [AWS, Elastic Beanstalk] - [PostgreSQLでNOLOGGINGテーブル(UNLOGGED)に大量データをロード](https://zatoima.github.io/aws-aurora-rds-postgresql-nologging-load.html) (2021-01-27) [AWS, Aurora, RDS, PostgreSQL] - [AWS Systems Managerの殴り書きメモ](https://zatoima.github.io/aws-systems-manager-memo-for-devops-pro.html) (2021-01-24) [AWS, Systems Manager] - [AuroraとNeptuneのメンテナンス(パッチ適用)について](https://zatoima.github.io/aws-aurora-neptune-maintenance-about.html) (2021-01-22) [AWS, Aurora, Neptune] - [RDSとAuroraで変更を検討するパラメータ(PostgreSQL)](https://zatoima.github.io/aws-aurora-rds-postgresql-parameter-change.html) (2021-01-21) [AWS, Aurora, RDS, PostgreSQL] - [RDSとAurora PostgreSQLで変更不可なパラメータ一覧](https://zatoima.github.io/aws-aurora-rds-postgresql-parameter-modifiable.html) (2021-01-20) [AWS, Aurora, RDS, PostgreSQL] - [WindowsのローカルPCからCodeCommitを使う初期手順](https://zatoima.github.io/aws-codecommit-git-for-windows.html) (2021-01-18) [AWS, git] - [git for windowsのアップデートコマンド](https://zatoima.github.io/git-update-command.html) (2021-01-16) [git, その他] - [Aurora PostgreSQLにHammerDBのTPC-Hを実行](https://zatoima.github.io/aws-aurora-postgresql-hammerdb-benchmark-tpc-h.html) (2021-01-15) [AWS, Aurora, PostgreSQL] - [PythonのSeleniumのElementClickInterceptedExceptionエラーを無理矢理回避する](https://zatoima.github.io/python-selenium-error-elementclickinterceptedexception.html) (2021-01-14) [Python, Selenium] - [準委任契約と請負契約の違い](https://zatoima.github.io/contracts-memo.html) (2021-01-13) [その他] - [『AWS Certified Machine Learning – Specialty』に向けた機械学習勉強メモ](https://zatoima.github.io/aws-machine-learning-study.html) (2020-12-17) [AWS, 機械学習] - [log_fdw拡張機能を使用してAurora PostgreSQLのログを分析する](https://zatoima.github.io/aws-aurora-postgresql-log_fdw-analyze-postgreslog.html) (2020-12-08) [AWS, Aurora, PostgreSQL] - [Aurora PostgreSQLのpg_dump、pg_restore目安時間](https://zatoima.github.io/aws-aurora-postgresql-pg_dump_pg_restore_time.html) (2020-11-30) [AWS, Aurora, PostgreSQL"] - [ElastiCacheのRedisにベンチマークを実施する](https://zatoima.github.io/aws-elasticache-redis-benchmark.html) (2020-11-27) [AWS, ElastiCache, Redis] - [PostgreSQLでpg_dumpした場合の圧縮率](https://zatoima.github.io/aws-postgresql-pg_dump_zip.html) (2020-11-26) [PostgreSQL] - [Aurora PostgreSQLの拡張機能のpgauditで特定ユーザのみの監査を設定する](https://zatoima.github.io/aws-aurora-postgresql-pgaudit-user.html) (2020-11-20) [AWS, Aurora, PostgreSQL, pgaudit] - [Amazon EC2上でPython + Seleniumを実行するまで](https://zatoima.github.io/aws-ec2-python-selenium-install.html) (2020-11-16) [AWS, EC2, Python, Selenium] - [Aurora PostgreSQLにHammerDBのTPC-Cを実行](https://zatoima.github.io/aws-aurora-postgresql-hammerdb-benchmark.html) (2020-11-13) [AWS, Aurora, PostgreSQL] - [BYOKでインポートしたKMSキーの注意事項、考慮事項](https://zatoima.github.io/aws-kms-import-key.html) (2020-10-30) [AWS, KMS] - [AWS認定データベース – 専門知識(DBS-C01)の合格体験記](https://zatoima.github.io/aws-certified-database-specialty.html) (2020-10-28) [AWS] - [pythonの画像処理ライブラリPillow(PIL)を使用して対象ディレクトリ配下の画像ファイル一式に枠を付ける](https://zatoima.github.io/python-pillow-pic-frame.html) (2020-10-26) [Python] - [アベイラビリティーゾーンのZoneNameとZoneIdのマッピングを確認する](https://zatoima.github.io/aws-availabilityzone-mapping-zonename-zoneid.html) (2020-10-22) [AWS] - [AWS Application Discovery ServiceのエージェントをEC2(Linux)にインストールする](https://zatoima.github.io/aws-ec2-application-discovery-service.html) (2020-10-12) [AWS, EC2, Migration Hub, AWS Application Discovery Service] - [awsetsを使用してAWSリソース情報を出力する](https://zatoima.github.io/aws-awssets-list-resources.html) (2020-10-05) [AWS, EC2, awsets] - [ハードウェア専有インスタンス (Dedicated Instance) とAmazon EC2 Dedicated Hostの違い](https://zatoima.github.io/aws-ec2-dedicated-instance-host.html) (2020-10-03) [AWS, EC2, SAP勉強] - [Python(pyautogui)とLINE Notifyを利用してWeb画面変化をキャッチしてLINE通知する](https://zatoima.github.io/python-line-notify-web-screan.html) (2020-10-01) [Python, LINE Notify] - [EC2のハイパースレッディングを無効化する方法](https://zatoima.github.io/aws-ec2-cpu-hyper-threading.html) (2020-09-30) [AWS, EC2] - [AWSのドキュメントの更新履歴をgithubで確認してRSSフィードを取得](https://zatoima.github.io/aws-docs-guthub-commit-log.html) (2020-09-04) [AWS, Aurora] - [ALB(Application Load Balancer)のログをAthenaで分析](https://zatoima.github.io/aws-athena-alb-log-analitics.html) (2020-09-02) [AWS, ALB, Athena] - [ユーザデータを使用してEC2作成時にApacheを自動インストール](https://zatoima.github.io/aws-ec2-userdata-apache-install.html) (2020-08-31) [AWS, EC2] - [RDS Proxyを使用してAurora PostgreSQLのフェイルオーバーを実行する](https://zatoima.github.io/aws-postgresql-rdsproxy-failover.html) (2020-08-29) [AWS, Aurora, PostgreSQL] - [Amazon Elasicsearch Serviceの検索結果をCSV形式で出力](https://zatoima.github.io/aws-elasticsearch-csv-output.html) (2020-08-13) [AWS, Elasicsearch] - [ora2pgとSCTの変換結果の差異](https://zatoima.github.io/aws-sct-ora2pg-conversion-compare.html) (2020-07-30) [AWS, SCT, Oracle, PostgreSQL, DB Migration] - [SPARQLクエリ集メモ](https://zatoima.github.io/sparql-query-note.html) (2020-07-27) [SPARQL, Neptune, DBpedia] - [Amazon Elasticsearch Serviceでindex.max_result_windowの値を変更](https://zatoima.github.io/aws-elasticsearch-max_result_window_parameter.html) (2020-07-25) [AWS, Elasticsearch] - [ora2pgを使用してOracleからPostgreSQLのスキーマ移行を実施](https://zatoima.github.io/oracle-postgresql-ora2pg-migration.html) (2020-07-06) [Oracle, PostgreSQL, DB Migration] - [Aurora(PostgreSQL)へのSSL接続について](https://zatoima.github.io/aws-aurora-postgresql-ssl-connect.html) (2020-07-02) [AWS, Aurora, PostgreSQL] - [IAM認証を使用したAurora(PostgreSQL)への接続](https://zatoima.github.io/aws-aurora-postgresql-iam-connect.html) (2020-06-28) [AWS, Aurora, PostgreSQL] - [Systems Managerのパラメータストアを使用してAurora PostgreSQLのパスワードを管理](https://zatoima.github.io/aws-aurora-postgresql-parameter-store-connect.html) (2020-06-25) [AWS, Aurora, PostgreSQL] - [OracleとPostgreSQL(+Redshift)のchar、varcharのバイトと文字数の違い](https://zatoima.github.io/oracle-postgresql-char-varchar-byte.html) (2020-06-24) [Oracle, PostgreSQL, DB Migration] - [ora2pgを使用したOracleからPostgreSQLへの変換結果](https://zatoima.github.io/aws-ora2pg-oracle-to-aurora-postgresql-conversion.html) (2020-06-21) [AWS, SCT, Oracle, PostgreSQL, DB Migration] - [PostgreSQLでja_JP.UTF-8のデータベース作成時のlocaleエラー](https://zatoima.github.io/postgresql-create-database-locale-error.html) (2020-06-17) [PostgreSQL] - [PostgreSQLのpg_rmanを使用してバックアップ/リカバリを行う](https://zatoima.github.io/postgresql-pg_rman-backup-recovery.html) (2020-06-15) [PostgreSQL] - [Oracle PL/SQLでバイナリデータ・ファイルをBLOBに挿入する](https://zatoima.github.io/oracle-plsql-blob-insert.html) (2020-06-13) [PostgreSQL] - [EC2からEFSをマウントして使ってみる](https://zatoima.github.io/aws-efs-ec2-mount.html) (2020-06-11) [AWS, EC2, EFS] - [Aurora(PostgreSQL)のbytea列にバイナリデータをpythonでインサートする](https://zatoima.github.io/aws-aurora-bytea-insert-binary-data.html) (2020-06-05) [AWS, Aurora, PostgreSQL, Python] - [OracleとPostgreSQLのトランザクション差異について整理する](https://zatoima.github.io/oracle-postgresql-transaction-different.html) (2020-06-02) [Oracle, PostgreSQL, DB Migration] - [AWS Schema Conversion Toolを使用したOracleからAurora(PostgreSQL)への変換結果](https://zatoima.github.io/aws-sct-oracle-to-aurora-postgresql-conversion.html) (2020-05-29) [AWS, SCT, Oracle, PostgreSQL, DB Migration] - [S3からRDS/Aurora(PostgreSQL)にCSVファイルをインポートする](https://zatoima.github.io/aws-aurora-rds-s3-import.html) (2020-05-25) [AWS, Aurora, RDS, PostgreSQL] - [指定したRDS/AuroraのログをCLIで一括ダウンロードする](https://zatoima.github.io/aws-aurora-rds-log-download.html) (2020-05-23) [PostgreSQL, AWS, Aurora, RDS] - [EC2で使用できるRHELのAMI一覧](https://zatoima.github.io/aws-ec2-available-rhel-ami-version.html) (2020-05-22) [AWS, EC2] - [PostgreSQLのメジャーバージョンアップ拡張機能のpg_upgradeを使用する](https://zatoima.github.io/postgresql-versionup-pg_upgrade-extention.html) (2020-05-20) [PostgreSQL] - [EC2上のRHEL8(Red Hat Enterprise Linux)にPostgreSQL11と12をyumでインストール](https://zatoima.github.io/aws-ec2-rhel-postgresql-install.html) (2020-05-18) [AWS, EC2, PostgreSQL, RHEL] - [青空文庫作品の形態素解析データをRDS PostgreSQLにインポートする](https://zatoima.github.io/postgresql-aozora-bunko-data-import.html) (2020-05-17) [PostgreSQL, AWS, Aurora, RDS] - [EC2(Amazon Linux)にpgcli(PostgreSQLの拡張CLI)をインストールする](https://zatoima.github.io/aws-ec2-postgresql-pgcli-install-howto.html) (2020-05-14) [AWS, PostgreSQL, RDS, Aurora, EC2] - [Neptuneへのバルクロード実行時に圧縮ファイルを使用する](https://zatoima.github.io/aws-neptune-bulkload-from-s3-gzip.html) (2020-05-12) [AWS, Neptune] - [Amazon CloudWatchのメトリクスをCSVで出力する](https://zatoima.github.io/aws-cloudwatch-csv-export-command.html) (2020-05-10) [AWS, CloudWatch] - [Neptuneで実行中のクエリを確認する](https://zatoima.github.io/aws-neptune-execute-query-check.html) (2020-05-07) [Neptune] - [Elasticsearchの個人的によく使うコマンド集](https://zatoima.github.io/aws-elasticsearch-commands-lists.html) (2020-05-05) [AWS, Elasticsearch] - [Elasticsearchのエイリアス設定方法](https://zatoima.github.io/aws-elasticsearch-alias-setting.html) (2020-05-04) [AWS, Elasticsearch] - [PostgreSQL上のnumeric型とint型の性能差](https://zatoima.github.io/postgresql-compare-performance-numeric-integer.html) (2020-05-02) [PostgreSQL] - [Elasticsearchのマスターノードの確認](https://zatoima.github.io/aws-elasticsearch-masternode-check.html) (2020-04-29) [AWS, Elasticsearch] - [Aurora PostgreSQL でリードレプリカかプライマリか見分ける方法](https://zatoima.github.io/aws-aurora-replica-master-check.html) (2020-04-25) [AWS, Aurora, PostgreSQL] - [PostgreSQL上のバッファキャッシュをクリアする方法](https://zatoima.github.io/postgresql-buffercache-clear.html) (2020-04-24) [PostgreSQL] - [LGモニターのOnScreen Controlのダウンロード方法](https://zatoima.github.io/tips-lg-monitor-onscreencontrol-download.html) (2020-04-18) [LG, Tips] - [EC2にElasticsearch + kibanaをインストールする](https://zatoima.github.io/aws-ec2-elasticsearch-install.html) (2020-04-17) [AWS] - [PostgreSQLのpg_basebackupを使用してバックアップ/リカバリを行う](https://zatoima.github.io/postgresql-pg_basebackup-backup-recovery.html) (2020-04-12) [PostgreSQL] - [Neptuneインスタンスの監査ログを取得する方法](https://zatoima.github.io/aws-neptune-audit-log.html) (2020-04-07) [AWS, Neptune] - [青空文庫のテキストデータをPostgreSQLに投入する](https://zatoima.github.io/postgresql-aozora-date-insert.html) (2020-04-04) [PostgreSQL] - [Debug対応のPostgreSQL10をソースコードからビルドしてgdbを使用する](https://zatoima.github.io/postgresql-gdb-postgresql-install.html) (2020-04-03) [PostgreSQL] - [Neptuneインスタンスのヘルスステータスをcurlコマンドで取得する方法](https://zatoima.github.io/aws-neptune-health-status.html) (2020-04-02) [AWS, Neptune] - [PostgreSQLでfunctionの定義を確認する方法](https://zatoima.github.io/postgresql-function-describe-get.html) (2020-03-31) [PostgreSQL] - [PostgreSQLのpg_stat_statements参照時のについて](https://zatoima.github.io/postgresql-pg-stat-statements-insuffient-priviledge/) (2020-03-29) [PostgreSQL] - [Amazon NeptuneのRDFデータをExportする](https://zatoima.github.io/aws-neptune-export-rdf-data.html) (2020-03-27) [AWS, Neptune, RDF, SPARQL] - [RDS/Auroraのログファイルをawscliから取得・確認する](https://zatoima.github.io/aws-aurora-rds-log-file-get.html) (2020-03-25) [AWS, Aurora, RDS, PostgreSQL] - [tweepyを使用したtwitter apiの操作](https://zatoima.github.io/twitter-api-tweepy-python-operation.html) (2020-03-24) [python, tweepy, Twitter API] - [PostgreSQLのpg_settingsビューにはunit列があり単位が見れる](https://zatoima.github.io/postgresql-pg_setting-unit.html) (2020-03-23) [PostgreSQL] - [OSS-DB Gold | オープンソースデータベース技術者認定資格 Gold 認定エンジニアになりました](https://zatoima.github.io/postgresql-ossdb-gold-exam.html) (2020-03-22) [PostgreSQL] - [ソースコードからPostgreSQL11.7をインストールする](https://zatoima.github.io/postgresql-11.7-install-source-code.html) (2020-03-21) [PostgreSQL] - [OSS-DB Gold対策(運用管理 - データベースサーバ構築)](https://zatoima.github.io/postgresql-pgcrypt-encrypt.html) (2020-03-20) [PostgreSQL] - [PostgreSQLの全文検索エンジンであるpg_trgmを使ってみる](https://zatoima.github.io/postgresql-pg_trgm-about.html) (2020-03-17) [PostgreSQL] - [PostgreSQLの自動Vacuumの実行タイミングと関連するパラメータ](https://zatoima.github.io/postgresql-auto-vacuum-parameter-timing.html) (2020-03-16) [PostgreSQL] - [PostgreSQLのHugePagesの設定](https://zatoima.github.io/postgresql-hugepages-setting.html) (2020-03-15) [PostgreSQL] - [PostgreSQLのcheckpoint_completion_targetについてメモ](https://zatoima.github.io/postgresql-about-checkpoint_completion_target.html) (2020-03-13) [PostgreSQL] - [PostgreSQLの実行中のSQLをキャンセルする](https://zatoima.github.io/postgresql-sql-statement-cancell.html) (2020-03-12) [PostgreSQL] - [シグナル(TERM/INT/HUP)によるPostgresプロセスへの影響](https://zatoima.github.io/postgresql-signal-process-term-int-hup.html) (2020-03-11) [PostgreSQL] - [LODデータの作成方法の参考リンク](https://zatoima.github.io/loddata-how-to-create-link.html) (2020-03-10) [Graph, Neptune, LOD, RDF] - [EC2(Amazon Linux)にMavenをインストール](https://zatoima.github.io/aws-ec2-maven-install.html) (2020-03-09) [AWS, EC2, Maven] - [PostgreSQLの監視のためのログ設定について](https://zatoima.github.io/postgresql-about-monitoring-log.html) (2020-03-08) [PostgreSQL] - [Aurora(PostgreSQL互換)で使用可能な拡張機能一覧](https://zatoima.github.io/aws-aurora-postgres-extention-list/) (2020-03-07) [Aurora, AWS, PostgreSQL] - [PostgreSQLのoid2nameの使用方法](https://zatoima.github.io/postgresql-how-to-use-oid2name/) (2020-03-06) [PostgreSQL] - [PostgreSQLのpg_buffercacheを使用して共有buffer上のオブジェクトを確認する](https://zatoima.github.io/postgresql-about-pg_buffercache.html) (2020-03-05) [PostgreSQL] - [PostgreSQLのpgstattupleのインストールと使用方法](https://zatoima.github.io/postgresql-how-to-install-and-use-pgstattuple/) (2020-03-04) [PostgreSQL] - [PostgreSQLのauto_explainで特定クエリの実行計画を出力する](https://zatoima.github.io/postgresql-about-auto_explain.html) (2020-03-03) [PostgreSQL] - [DBpediaのデータ(turtle)をwgetで一括ダウンロード](https://zatoima.github.io/dbpedia-jp-wget-download.html) (2020-02-27) [DBpedia] - [SPARQLを使用して英語版DBpediaからディープインパクトの始祖を辿る](https://zatoima.github.io/sparql-graph-dbpedia-en-search.html) (2020-02-25) [Graph, SPARQL, DBPedia, Neptune] - [SPARQLを使用して日本語版DBPediaから有馬記念の勝ち馬の始祖を辿る](https://zatoima.github.io/sparql-graph-thoroughbred-search.html) (2020-02-22) [Graph, SPARQL, DBPedia, Neptune] - [EC2上にWordPressをインストールする](https://zatoima.github.io/wordpress-ec2-install.html) (2020-02-17) [WordPress, AWS, EC2] - [1つのEC2インスタンス上に複数のWordPressをホストする方法](https://zatoima.github.io/wordpress-ec2-multipul-host.html) (2020-02-13) [WordPress, AWS, EC2] - [The installed version of lxml is too old to be used with openpyxl のエラー対応](https://zatoima.github.io/python-lxml-old-error.html) (2020-02-13) [python] - [EC2上でnetkeiba-scraperを使ってJRAのレース情報を取得](https://zatoima.github.io/ec2-netkeiba-scraper.html) (2020-02-10) - [tweepyのstatusオブジェクトに格納される情報一覧](https://zatoima.github.io/twitter-api-tweepy-status-list.html) (2020-02-02) [Twitter, Python, Tweepy] - [PostgreSQLのpg_stat_statementsのインストール、設定方法](https://zatoima.github.io/postgresql-pg-stat-statements-install.html) (2020-01-30) [PostgreSQL] - [Amazon Neptuneのインスタンス作成からデータロード、クエリ実行までやってみる](https://zatoima.github.io/aws-neptune-create-instance-execute-query-try.html) (2020-01-28) [AWS, Neptune, RDF, SPARQL] - [Pythonista 3を使ってiPhone上でpython実行環境を構築する](https://zatoima.github.io/python-pythonista-3-insatll-setting.html) (2020-01-25) [python, Pythonista 3] - [PostgreSQLの稼働状況確認用SQL](https://zatoima.github.io/postgresql-monitoring-sql.html) (2020-01-22) [PostgreSQL] - [RDSのDBパラメータをワンライナーで取得](https://zatoima.github.io/aws-rds-oneliner-get.html) (2020-01-20) [AWS, RDS] - [ブログにGithubのcontributions(通称:草)を表示する](https://zatoima.github.io/blog-github-contributions-list.html) (2020-01-19) [blog, Github] - [過去日付でGithubの草を生やす](https://zatoima.github.io/blog-github-contributions-before-date.html) (2020-01-13) [blog, Github] - [RDS(Oracle)にData Pumpでインポートする](https://zatoima.github.io/aws-rds-oracle-datapump-import.html) (2020-01-08) [AWS, RDS, Oracle] - [PostgreSQLのログ分析ツール pgBadgerを試す](https://zatoima.github.io/postgresql-pgBadger-test.html) (2020-01-07) [PostgreSQL] - [2020年にやってみたいこと](https://zatoima.github.io/personal-goal-2020.html) (2020-01-01) [Personal] - [PostgreSQLのLogical Decodingについて](https://zatoima.github.io/postgresql-logical-decoding.html) (2019-12-29) [PostgreSQL] - [EC2(Amazon Linux2)にPostgreSQLをインストールする](https://zatoima.github.io/postgresql-ec2-insatll.html) (2019-12-28) [PostgreSQL, EC2, AWS] - [PostgreSQLで論理レプリケーションするテーブルを追加](https://zatoima.github.io/postgresql-addtable-logical-replication.html) (2019-12-26) [PostgreSQL] - [Aurora(PostgreSQL)とRDS(PostgreSQL)の環境で論理レプリケーションする](https://zatoima.github.io/aws-aurora-rds-postgresql-replication.html) (2019-12-25) [AWS, Aurora, RDS, PostgreSQL] - [PostgreSQL論理レプリケーションの遅延監視](https://zatoima.github.io/postgresql-logical-replication-monitoring.html) (2019-12-22) [AWS, Aurora, RDS, PostgreSQL] - [RDS(PostgreSQL)の論理レプリケーションの競合エラーを解消する](https://zatoima.github.io/aws-rds-repllication-error-conflict.html) (2019-12-13) [AWS, RDS, PostgreSQL] - [いまいちどOracle Databaseのデータ移行方法について考えてみる](https://zatoima.github.io/oracle-jpoug-migration-database.html) (2019-12-11) [Oracle, Migration] - [RDS(PostgreSQL)でpg_replication_origin_statusにアクセス出来ない(permission denied)](https://zatoima.github.io/aws-rds-pg-replication-origin-status-error.html) (2019-12-10) [AWS, RDS, PostgreSQL] - [Pelicanのメリット、デメリット](https://zatoima.github.io/pelican-pros-and-cons.html) (2019-12-09) [Pelican, Blog] - [PostgreSQLのpg_dump、pg_restoreについてまとめる](https://zatoima.github.io/postgresql-about-pg_dump-pg_restore.html) (2019-12-03) [PostgreSQL, pg_dump, pg_restore] - [AWS Transfer for SFTPを使ってS3にアップロード](https://zatoima.github.io/aws-sftp-for-s3.html) (2019-11-29) [AWS, SFTP] - [Pelican on Github Pages構築後のカスタマイズについて](https://zatoima.github.io/pelican-customize-setting.html) (2019-11-25) [Blog, Pelican] - [Pelican on Github Pagesで静的サイトを構築する](https://zatoima.github.io/pelican-blog-implement.html) (2019-11-23) [Blog, Pelican] - [トランザクション分離レベル(ISOLATION LEVEL)と各DBエンジンについて](https://zatoima.github.io/oracle-mysql-postgresql-isolation-level.html) (2019-11-17) [Oracle, MySQL, PostgreSQL] - [OracleのパーティションテーブルをAurora(PostgreSQL)へSCT変換する場合の注意事項メモ](https://zatoima.github.io/oracle-to-aws-sct-partition-limit.html) (2019-11-15) [AWS, DMS, SCT] - [Aurora(PostgreSQL)でQPM(Query Plan Management)を試してみる](https://zatoima.github.io/aurora-postgresql-query-plan-management.html) (2019-11-13) [AWS, RDS, Aurora, PostgreSQL] - [Oracle Database 12.1.0.2にサンプルスキーマを手動インストール、手動作成する](https://zatoima.github.io/oracle-install-sample-schema.html) (2019-11-12) [Oracle] - [Aurora(PostgreSQL)へのpsql接続時にパスワードを省略する方法](https://zatoima.github.io/aws-aurora-postgres-password.html) (2019-11-08) [AWS, Aurora, PostgreSQL] - [CloudWatchでDMSログを確認しようとすると「ロググループは存在しません」と出力される](https://zatoima.github.io/aws-cloudwatchlogs-dms-log-error.html) (2019-11-06) [AWS] - [Aurora(PostgresSQL)のスロークエリログの出力方法](https://zatoima.github.io/aws-aurora-postgres-querylog.html) (2019-11-04) [Aurora, RDS, PostgreSQL] - [aws rds describe-db-snapshotsの結果をcsvとして出力](https://zatoima.github.io/aws-awscli-rds-descrive-db-snapshot.html) (2019-10-30) [AWS, RDS] - [RDS(PostgreSQL)にsysbenchを実行する](https://zatoima.github.io/aws-rds-postgresql-sysbench.html) (2019-10-28) [AWS, RDS, PostgreSQL] - [EC2(Amazon Linux)にRDBMSベンチマークツールのsysbenchをインストールする](https://zatoima.github.io/aws-ec2-sysbench-install-howto.html) (2019-10-21) [AWS, EC2] - [EC2インスタンスストアを使う場合はT2インスタンスタイプではダメ](https://zatoima.github.io/aws-ec2-instancestore-setting.html) (2019-10-19) [AWS, EC2] - [EC2(Amazon Linux)にpip、python3をインストール](https://zatoima.github.io/aws-ec2-install-python3.html) (2019-10-18) [Python, EC2] - [EC2上からpsqlでAurora(PostgreSQL)に接続するまで](https://zatoima.github.io/aws-ec2-psql-install.html) (2019-10-17) [AWS, EC2, RDS, Aurora, PostgreSQL] - [AWS CLIの初期設定(AWS認証情報設定)](https://zatoima.github.io/aws-ec2-awscli-setting-credentials.html) (2019-10-16) [AWS, EC2] - [EC2上のRHEL上にOracle Database 12cR1をインストールする場合の事前準備](https://zatoima.github.io/aws-oracle-ec2-pre-install_1.html) (2019-10-13) [AWS, EC2, Oracle] - [EC2上でruninstallerの実行エラー](https://zatoima.github.io/aws-oracle-ec2-runinstaller-error.html) (2019-10-12) [AWS, EC2, Oracle] - [AWS EC2でX Window Systemをセットアップする](https://zatoima.github.io/aws-ec2-xwindow.html) (2019-10-10) [AWS, EC2, Oracle] - [EC2にOracle ClientをインストールしてRDS(Oracle)に接続する](https://zatoima.github.io/oracle-ec2-oracleclient-install.html) (2019-10-08) [AWS, EC2, Oracle] - [AWS SysOps Administrator Associate 試験 不合格&合格体験記](https://zatoima.github.io/aws-sysops-certificate.html) (2019-09-16) [AWS] - [CIDR ネットマスクごとのアドレス数の簡易計算方法](https://zatoima.github.io/aws-vpc-cidr-ipaddress.html) (2019-09-01) [AWS] - [PostgreSQLのpg_hba.confのメモ](https://zatoima.github.io/postgresql-about-pg-hba-conf.html) (2019-08-27) [PostgreSQL] - [クラウド環境(EC2など)への接続時へのタイムアウト対応](https://zatoima.github.io/aws-connect-timeout.html) (2019-07-22) [AWS, EC2] - [MySQL5.7のmy.cnfのテンプレートを作成してみた](https://zatoima.github.io/mysql-myconf-setting-template.html) (2019-07-20) [MySQL] - [MySQLのInnoDB バッファープールのプリロード](https://zatoima.github.io/mysql-buffer-pool-load.html) (2019-07-19) [MySQL] - [MySQLのバイナリログを確認してみた](https://zatoima.github.io/mysql-binlog-show.html) (2019-07-18) [MySQL] - [MySQLクライアントのパスワード指定でスペースを入れてはいけない理由](https://zatoima.github.io/mysql-password-space.html) (2019-07-17) [MySQL] - [MySQLレプリケーション間のバージョン制限について](https://zatoima.github.io/mysql-replication-version.html) (2019-07-16) [MySQL] - [Oracle Database 19c Standard Edition 2のReal Application Clustersの非サポート](https://zatoima.github.io/oracle-19c-se2-desupport.html) (2019-07-15) [Oracle] - [AWS RDSインスタンスを停止する際の注意事項](https://zatoima.github.io/aws-rds-stop-cautions.html) (2019-07-14) [AWS, RDS] - [Oracle Databaseのv_$表とv$表の関係](https://zatoima.github.io/oracle-dynamic-performance-view.html) (2019-07-13) [Oracle] - [MySQLでslow_query_log_fileのファイルは事前に作成する必要あり](https://zatoima.github.io/mysql-slow_query_log_file-error.html) (2019-07-03) [MySQL] - [AWS EC2上のMySQL環境でレプリケーション構成を構築する](https://zatoima.github.io/mysql-aws-ec2-replication.html) (2019-07-02) [MySQL, AWS, EC2] - [MySQLのFLUSH PRIVILEGESが必要なケース](https://zatoima.github.io/mysql-flush-privileges.html) (2019-07-01) [MySQL] - [MySQLテーブル内のデータをファイル抽出する](https://zatoima.github.io/mysql-file-exporttable.html) (2019-06-28) [MySQL] - [MySQL検証用テーブル作成(データベース作成~テストデータの準備まで)](https://zatoima.github.io/mysql-testtable-create.html) (2019-06-27) [MySQL] - [EC2インスタンスのホスト名変更](https://zatoima.github.io/aws-ec2-hostname-change.html) (2019-06-24) [AWS, EC2] - [VSCodeのシンタックスハイライトのコピー機能の無効化](https://zatoima.github.io/vscore-syntax-highlighting-disabled.html) (2019-06-23) [VSCode, Tools] - [VirtualBoxのOracle LinuxにOracle Database 19cをインストール](https://zatoima.github.io/oracle-19c-install-single.html) (2019-06-22) [Oracle] - [DBCA実行時の[DBT-06103] The port (1,521) is already in use.について](https://zatoima.github.io/oracle-oraerror-DBT06103.html) (2019-06-20) [Oracle] - [Oracle Database 19cインストール事前準備](https://zatoima.github.io/oracle-pre-install-19c.html) (2019-06-14) [Oracle] - [MySQLのサポートプラットフォームとサポート期間](https://zatoima.github.io/mysql-support-platform-period.html) (2019-06-13) [MySQL] - [Linuxのバージョンとカーネルバージョン(UEK、REHL)](https://zatoima.github.io/linux-uek-rehl-version.html) (2019-06-11) [Linux] - [Oracle Databaseのsystem表領域の領域縮小](https://zatoima.github.io/oracle-system-tablespace-shrink.html) (2019-05-02) [Oracle] - [Visual Studio Code(VSCode)の設定移行](https://zatoima.github.io/vscode-setting-iko.html) (2019-04-30) [VSCode, Tools] - [GoldenGate 12.3新機能のParallel Replicatの動作を確認してみる](https://zatoima.github.io/goldengate-parallel-replicat-try.html) (2019-04-29) [Oracle, GoldenGate] - [GoldenGate 12.3新機能のParallel Replicatの概要](https://zatoima.github.io/goldengate-parallel-replicat-overview.html) (2019-04-28) [Oracle, GoldenGate] - [ロングトランザクション時のGoldenGateのメモリの使用動作を検証する](https://zatoima.github.io/goldengate-longtransaction-memoryuse.html) (2019-04-21) [GoldenGate] - [Oracle GoldenGateの仮想メモリの使い方を整理する](https://zatoima.github.io/goldengate-vmemory-use.html) (2019-04-20) [GoldenGate, Oracle] - [GoldenGate Classic Replicatプロセスが適用するSQLの10046トレース取得方法](https://zatoima.github.io/goldengate-classic-replicat-trace.html) (2019-04-17) [Oracle, GoldenGate] - [VSCodeで10000行以上の矩形選択を行った場合に「カーソルの数は10000個に制限されています」が出力される](https://zatoima.github.io/vscode-eectangular-selection-cursol-error.html) (2019-04-14) [VSCode] - [フル・トランスポータブル表領域実施時にORA-31633、ORA-01647で失敗する](https://zatoima.github.io/oracle-full-tts-oraerror.html) (2019-04-12) [Oracle] - [GoldenGateのClassic Replicat(非統合Replicat)の作成手順](https://zatoima.github.io/goldengate-classic-replicat-create.html) (2019-04-10) [Oracle, GoldenGate] - [実行中のGoldenGateプロセスのパラメータの情報取得](https://zatoima.github.io/goldengate-gg-process-getparaminfo.html) (2019-04-06) [GoldenGate] - [GoldenGateのコマンドを使用してオープントランザクションを特定する](https://zatoima.github.io/goldengate-opentransaction-getinfo.html) (2019-04-05) [Oracle, GoldenGate] - [Oracle Databaseに新元号の「令和」を追加する](https://zatoima.github.io/oracle-era-gengou-add.html) (2019-04-01) [Oracle] - [expdp時にFLASHBACK_SCNを使用した場合のインスタンス化SCNについて](https://zatoima.github.io/goldengate-flashbackscn-instantiationSCN.html) (2019-03-30) [Oracle, GoldenGate] - [GoldenGateをインストールしてDB間のレプリケーション環境を構築する](https://zatoima.github.io/goldengate-12c-18c-install-implement.html) (2019-03-29) [Oracle, GoldenGate] - [MERGE文のGoldenGateによる伝搬](https://zatoima.github.io/goldengate-merge-replication.html) (2019-03-10) [Oracle, GoldenGate] - [TDEで暗号化された表領域をトランスポータブル表領域(TTS)で移行する](https://zatoima.github.io/oracle-migration-tde-tts.html) (2019-03-09) [Oracle] - [RMANのduplicateコマンドでDBを複製する](https://zatoima.github.io/oracle-rman-ruplicate.html) (2019-03-06) [Oracle] - [Data Pump(expdp/impdp)使用時のコマンドとオプション](https://zatoima.github.io/oracle-datapump-command.html) (2019-03-04) [Oracle] - [Oracle Databaseの表領域使用率を確認するSQL](https://zatoima.github.io/oracle-tablespace-capacitycheck.html) (2019-02-28) [Oracle, SQL] - [Oracle Databaseで透過的データベース暗号化(Transparent Data Encryption(TDE))の設定・構築を行う](https://zatoima.github.io/oracle-tde-implement.html) (2019-02-23) [Oracle] - [GoldenGate関連プロセスのsession情報を確認する方法](https://zatoima.github.io/goldengate-check-session-info.html) (2019-02-16) [GoldenGate, Oracle] - [Linuxユーザの$HOME配下の日本語デフォルトディレクトリを移動させる](https://zatoima.github.io/linux-home-directory-move.html) (2019-02-13) [Linux] - [AWR(DBA_HIST表)を使用した確認SQL](https://zatoima.github.io/oracle-awr-checksql/) (2019-01-21) [Oracle, AWR] - [GoldenGateから実行されたSQLを確認する方法(Integrated Replicat)](https://zatoima.github.io/goldengate-check-exection-sql/) (2018-11-11) [Oracle, GoldenGate] - [](https://zatoima.github.io/xxxxxx.html) (0001-01-01) [xxxx, xxx] - [GoldenGateパラメータの定義情報の取得(info paramコマンド)](https://zatoima.github.io/goldengate-info-param.html) (0001-01-01) [Oracle, GoldenGate] ## Links - [Full content version](/llms-full.txt) - [RSS Feed](/index.xml) - [About](/about/) - [MCP Server source code](https://github.com/zatoima/zatoima.github.io/tree/main/mcp-server)