優化設定檔前,先了解 MySQL InnoDB 運作機制 最近在研究 MySQL InnoDB 效能問題,Google … Read more →
標籤: Database
MongoDB 3.0 開啟連線認證功能(筆記)
MongoDB 3.0 開啟認證模式 之前有介紹過 MongoDB 2.x 開啟認證模式的方法,如果是使用新的 Mong… Read more →
MongoDB Sharding 分散式儲存架構建置 (實作篇)
前一篇文章「MongoDB Sharding 分散式儲存架構建置 (概念篇)」介紹了 MongoDB Sharding … Read more →
MongoDB Replica Set 高可用性架構搭建
MongoDB Replica Set 介紹 MongoDB 算是一個很發展非常成熟的專案,大多數的系統裝起 Mongo… Read more →
Ghost Blog for NodeJS 安裝教學
免費且開放的 Blog 系統,在 PHP 的世界中有 WordPress 稱霸,近幾年興起的 NodeJS 當然也會摻上… Read more →
MongoDB 教學 – 如何備份與還原 MongoDB
MySql 我們常用 mysqldump 命令備份資料,MongoDB 也一樣帶有基本的資料庫匯出匯入工具,就是 mon… Read more →
MongoDB 教學 - 當 PHP 遇上 MongoDB
PHP + MongoDB - 手牽手心連心 在前一篇文章我們介紹過如何在 Linux 下安裝 MongoDB,並且透過… Read more →
MongoDB 教學 - Linux 安裝 NoSQL MongoDB
迎接 NoSQL 大數據革命 典型關聯式資料庫管理系統 (RDBMS) 歷史相當悠久,我想這應該是目前最被廣泛使用的資料… Read more →
利用 php-ga 在圖片中加入 Google Analytics 進行追蹤
PHP Google Analytics Google Analytics 提供了流量分析與統計的免費工具,一般來說都是… Read more →
研究 MySQL 使用 Foreign Key 對 Join Table 的效率差異
簡介 在某些情況下,我們設計 Database 並沒有使用 Foreign Key (外來鍵/參照鍵) 來限制資料表欄位… Read more →