LiquiBaseというプロダクトをご存知だろうか。LiquiBaseは「データベースのリファクタリングツール」と銘打つプロダクトで、先月27日にバージョン1.3がリリースされている。本稿では、現在注目を集める同プロダクトの基本的な使用法を紹介したい。 LiquiBaseの ...
MySQL5. 7とそれ以降からsysスキーマがデフォルトでインストールされます。show databases構文を実行すると、 sysデータベースが確認できます。 mysql> show databases; +-----+ | Database | +-----+ | information_schema | | mysql | | performance_schema | | sys ...
翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
みなさん、こちらの記事を見ていただきましたか? Oracleも「ユーザー=スキーマ」で分離可能 MySQLは「DB=スキーマ」と同義なので分離粒度が荒い SQL Serverは「DB→スキーマ→オブジェクト」という3層 実務活用 マルチテナント(複数顧客データを1DBで扱う ...
この書籍に登場するお寿司屋さんのWebアプリを元に設計書を書いてみます。ウォーターフォール型システム開発の各フェーズごとに設計書を作成します。 DBスキーマ設計では、データベースに格納する情報を抽出し、格納方法などを設計します。 次回は ...
There are many ways to describe a database: the role it plays in a distributed architecture, the various internal components that make it work, and the various levels that define specific roles and ...
As companies look to update their databases, especially in a cloud-native context, with so many different databases out there, it’s a huge challenge for developers when migrating from one environment ...
Document databases such as MongoDB garnered rapid and strong support from application developers for multiple reasons. But clearly, one of those reasons is the support for flexible schemas. In the ...