はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    iPhone 17

『Home』

  • 人気
  • 新着
  • すべて
  • A Performance Cheat Sheet for MongoDB

    4 users

    severalnines.com

    Database performance affects organizational performance, and we tend to want to look for a quick fix. There are many different avenues to improve performance in MongoDB. In this blog, we will help you to understand better your database workload, and things that may cause harm to it. Knowledge of how to use limited resources is essential for anybody managing a production database. We will show you

    • テクノロジー
    • 2018/07/04 08:25
    • MongoDB
    • Logging
    • techfeed
    • あとで読む
    • A Performance Cheat Sheet for PostgreSQL

      9 users

      severalnines.com

      Performance is one of the most important and most complex tasks when managing a database. It can be affected by the configuration, the hardware or even the design of the system. By default, PostgreSQL is configured with compatibility and stability in mind, since the performance depends a lot on the hardware and on our system itself. We can have a system with a lot of data being read but the inform

      • テクノロジー
      • 2018/06/18 23:20
      • PostgreSQL
      • performance
      • PostgreSQL Audit Logging Best Practices

        3 users

        severalnines.com

        In every IT system where important business tasks take place, it is important to have an explicit set of policies and practices, and to make sure those are respected and followed. Introduction to Auditing An Information Technology system audit is the examination of the policies, processes, procedures, and practices of an organization regarding IT infrastructure against a certain set of objectives.

        • テクノロジー
        • 2018/05/25 22:38
        • My Favorite PostgreSQL Queries and Why They Matter

          5 users

          severalnines.com

          Databases, tables, normalization, and a solid backup plan allow us to store and maintain data. Those combined best practices, in turn, afford us interaction with that data. In today’s data-driven world, data is valuable. Not only valuable, data is oftentimes critical to end-user solutions provided by products and services. Extracting insight, answering questions, and meaningful metrics from data b

          • テクノロジー
          • 2018/04/15 14:30
          • db
          • MySQL Replication Failover - Maxscale vs MHA: Part One

            3 users

            severalnines.com

            In our MySQL replication tutorial we have covered different aspects of replication including master failover by performing a slave promotion using ClusterControl. The slave promotion will turn a slave into the new master, and re-attach the remaining slaves in the topology under the new master. Keep in mind that ClusterControl will not perform an automated slave promotion in the current version. We

            • テクノロジー
            • 2016/05/16 11:36
            • mysql
            • Using NGINX as a Database Load Balancer for Galera Cluster

              5 users

              severalnines.com

              Nginx is well-known for its ability to act as a reverse-proxy with small memory footprint. It usually sits in the front-end web tier to redirect connections to available backend services, provided these passed some health checks. Using a reverse-proxy is common when you are running a critical application or service that requires high availability. It also distributes the load equally among the bac

              • テクノロジー
              • 2016/01/27 16:59
              • nginx
              • MySQL
              • Installing a Kubernetes Cluster with 3 Minions on CentOS 7 to Manage Pods and Services

                3 users

                severalnines.com

                Installing a Kubernetes Cluster with 3 Minions on CentOS 7 to Manage Pods and Services Note: This post updated on 28th April 2015 with updated installation steps. Kubernetes is a system for managing containerized applications in a clustered environment. It provides basic mechanisms for deployment, maintenance and scaling of applications on public, private or hybrid setups. It also comes with self-

                • テクノロジー
                • 2015/08/01 21:21
                • How to Deploy and Configure MaxScale for SQL Load Balancing with Read-Write Split

                  5 users

                  severalnines.com

                  There are two models of load balancing: transport and application layer. HAProxy is a great TCP load balancer, but it’s lack of SQL awareness effectively limits its ability to address certain scaling issues in distributed database environments. In the open source world, there’s been a few SQL-aware load balancers, namely MySQL Proxy, ProxySQL and MaxScale, but they all seemed to be in beta status

                  • テクノロジー
                  • 2015/07/06 12:09
                  • SQL Load Balancing Benchmark - Comparing Performance of MaxScale vs HAProxy

                    20 users

                    severalnines.com

                    In a previous post, we gave you a quick overview of the MaxScale load balancer and walked through installation and configuration. We did some quick benchmarks using sysbench, a system performance benchmark that supports testing CPU, memory, IO, mutex and also MySQL performance. We will be sharing the results in this blog post. Sysbench setup For our tests we used the latest version of sysbench, st

                    • テクノロジー
                    • 2015/04/22 00:20
                    • MaxScale
                    • haproxy
                    • MySQL
                    • benchmark
                    • あとで読む
                    • How to Bootstrap MySQL or MariaDB Galera Cluster - Updated

                      3 users

                      severalnines.com

                      Unlike standard MySQL server and MySQL Cluster, the way to start a MySQL/MariaDB Galera Cluster is a bit different. Galera requires you to start a node in a cluster as a reference point, before the remaining nodes are able to join and form the cluster. This process is known as cluster bootstrap. Bootstrapping is an initial step to introduce a database node as primary component, before others see i

                      • テクノロジー
                      • 2015/01/28 16:46
                      • How to Set Up Asynchronous Replication from Galera Cluster to Standalone MySQL server with GTID

                        7 users

                        severalnines.com

                        Hybrid replication, i.e. combining Galera and asynchronous MySQL replication in the same setup, became much easier since GTID got introduced in MySQL 5.6. Although it was fairly straightforward to replicate from a standalone MySQL server to a Galera Cluster, doing it the other way round (Galera → standalone MySQL) was a bit more challenging. At least until the arrival of GTID. There are a few good

                        • テクノロジー
                        • 2014/10/06 22:19
                        • MySQL
                        • galera cluster
                        • MySQL load balancing with HAProxy

                          3 users

                          severalnines.com

                          Applications typically connect to a database cluster or replicated setup by opening connections on one of the database nodes in order to run transactions. If the database node fails, the client would need to reconnect to another database node before it can continue to serve requests. There are different ways to provide connectivity to one or more MySQL database servers. One way is to use a databas

                          • テクノロジー
                          • 2014/06/17 00:15
                          • Configuration and performance management DM

                            10 users

                            severalnines.com

                            Database Ops Your Way Sovereign DBaaS Reliably scale your database ops anywhere and take control of your infrastructure and database layer from third-parties. Learn more about the implementation concept

                            • テクノロジー
                            • 2008/11/05 10:16
                            • mysql
                            • cluster
                            • DB
                            • tool
                            • config.ini

                            このページはまだ
                            ブックマークされていません

                            このページを最初にブックマークしてみませんか?

                            『Home』の新着エントリーを見る

                            キーボードショートカット一覧

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

                            • 総合
                            • 一般
                            • 世の中
                            • 政治と経済
                            • 暮らし
                            • 学び
                            • テクノロジー
                            • エンタメ
                            • アニメとゲーム
                            • おもしろ
                            • アプリ・拡張機能
                            • 開発ブログ
                            • ヘルプ
                            • お問い合わせ
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について
                            • ガイドライン
                            • 利用規約
                            • プライバシーポリシー
                            • 利用者情報の外部送信について

                            公式Twitter

                            • 公式アカウント
                            • ホットエントリー

                            はてなのサービス

                            • はてなブログ
                            • はてなブログPro
                            • 人力検索はてな
                            • はてなブログ タグ
                            • はてなニュース
                            • ソレドコ
                            • App Storeからダウンロード
                            • Google Playで手に入れよう
                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                            設定を変更しましたx