SQLの基礎 「SELECT」文を覚えよう 連載:SQL実践講座(1) RDBMSの普及にともない、SQLの重要性も増してきている。本連載では、効率的にRDBMSにアクセスするためのエッセンスを紹介していく
共に本連載執筆開始時点での最新安定バージョンですが、ある特定のバージョンに特化した内容を記述する予定はないため、基本的にはPostgreSQLはバージョン8.1系、MySQLはバージョン5.0系の内容としてご理解ください。 また、PostgreSQL/MySQLともに様々なOS上で動作可能ですが、特に断りのない場合はLinux版となります。 PostgreSQLは、1980年頃にUCB(カリフォルニア大学バークレイ校)の研究プロジェクトにて開発されたPOSTGRESというRDBMSが前身です。その後、1995年に同校の大学院生によりPostgres95としてリリースされ、現在の開発チームであるThe PostgreSQL Global Development Groupがこの開発を引き継いだのは1996年です。その際に、名称がPostgreSQLに改名され、ソースコードを公開し、現在もコミ
Not terribly long ago, I announced Active Delegate, which was a really lightweight plugin that I developed to allow models to talk to multiple databases for specific methods. The plugin worked great for really simple situations, like individual models.. but when it came time to test with associations it fell apart. I haven’t had a chance to work on any updates and knew that it was going to take mo
→ Ruby on Rails → ActiveRecords WARNING Despite the 1.0.0 version number, various people have experienced problems using this tool. I haven’t yet found a solution (I haven’t really been looking though), so please subscribe to the forum or RubyForge news for any updates on a solution. What ActiveRecord models are allowed one connection to a database at a time, per class. Ruby on Rails sets up the d
コンテンツへスキップ WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !
Kafka 101 This is a guest article by Stanislav Kozlovski, an Apache Kafka Committer. If you would like to connect with Stanislav, you can do so on Twitter and LinkedIn. Originally developed in LinkedIn during 2011, Apache Kafka is one of the most popular open-source Apache projects out there. So far it Capturing A Billion Emo(j)i-ons This blog post was written by Dedeepya Bonthu. This is a repost
※.便宜上、クラスタリングに使用する2台のサーバを 「test1、test2」と記載しています。 これらのサーバ内で、既にmysql5.1系のインストールが 行われていることを前提とします。 1. データを入れておくディレクトリを作成します。(ここでは適当な場所につくってみます。) ***test1サーバ上にて*** shell# mkdir /home/hoge/ndb_mgmd-file shell# mkdir /home/hoge/cluster-file ***test2サーバ上にて*** shell# mkdir /home/hoge2/cluster-file 2.mysqlルートに移動(test1,test2) shell# cd /usr/local/mysql 3. my.cnfを設定します(test1,test2) shell# cp support-
" @disturbyte Sound so simple when somebody tells me that answer, thanks so much! " from Twitter on February 28, 2009, 1:39 pm Serverside Development All development will be done to the highest standards including unit testing, security and performance considerations. I have commercial experience with the following technologies and I am also familiar with a number of others through personal proj
はじめに 2004年4月のMySQL Users Conference(米国オーランド)でMySQL Clusterが公になって以来、開発チームとの技術交流、MySQL Cluster開発者による日本での5日間トレーニング受講(関係者のみ)、デブサミでプレゼン発表のお手伝い、IPAでのクラスタ機能検証及びベンチマーク計測などを通して細く長く付き合ってきたMySQL Clusterの備忘録。 Open Source Conference 2005のセッション「MySQL Cluster」PPT作成お手伝い Linux World 2005にてMySQL Clusterデモンストレーション(7台のサーバ使用) MySQL Users Conference 2004, 2005, 2006参加 5日間のMySQL Clusterオフィシャルトレーニング参加 様々なソース(メール、電話会議、MLな
100万ダウンロードユーザに対応するMySQL Clusterシステム (MySQL Cluster + UltraMonkey) Acorn Software Technologies社は、今回、MySQL Clusterを使ったWebシステムの負荷分散と高可用性を実現する機会に恵まれたので、その構築の背景や構築作業、結果について紹介する。 新たな携帯向けサービスのプロジェクトの立ち上げに携わる機会を得た。今までの経験から、運用開始後のノンストップ性と処理能力のスケーラビリティ(ユーザ数増加と処理の複雑性増大に対する耐レスポンスタイム劣化性)を重視しMySQL Clusterを選択した。 MySQL Clusterは、In-memoryのデータベースなのでデータベースの容量に制限があるが、当該サービスでは大きな容量を必要としないことから問題とはならなかった。負荷分散システムに関しては
数カ月前にMySQL 5.1 GA版 のリリース見通しを5月と記述したが,残念ながら下半期に突入した現在もBata版にとどまっている。バージョン5.0から5.1へのアップは,番号としてはポイント以下のマイナー・バージョンアップだ。しかし,非常に大きな期待を持って待っているユーザーも多いだろう。それは,MySQL 5.1 からMySQL Clusterがストレージ対応になるからだ。 今回は,MySQL 5.1 GA版 のリリース準備として,期待の高まるMySQL Clusterのストレージ対応を紹介する。 MySQL Cluster の登場 もともとMySQL Clusterは,NDB Clusterという商品だったものをMySQL ABが自社製品として取り込み,MySQL 4.1.3 (RPM版はMySQL 4.1.10)から実装が始まった。それ以前は,標準機能のReplicationかサ
Link to English machine translation. English Here(translation by excite.co.jp) ドキュメントの整理中です。以前の情報はこちらからどうぞ。 _ MySQLCluster Menu _ News MySQL4.1.8リリースからNDBクラスタが使用するポート番号がIANAによって割り当てられた番号に変更されます。この変更によりMGMノードが使用するポート番号の規定値が従来の2200から1186に変更されます。 尚、MGMノードのポート番号を設定ファイルで明示的に宣言している場合はこの影響を受けません。 http://lists.mysql.com/cluster/1083 http://www.iana.org/assignments/port-numbers MySQL Clusterのバイナリパッケー
MySQL Clusterは、従来の「MySQL Server」に、新たに「NDB Cluster」ストレージエンジンを組み合わせることで実現されるシステムだ。MySQL AB.から配布されている「NDB Cluster Adminitration Guide」によれば、NDB Clusterは以下のような特徴を持っているようだ。 MySQL Serverと組み合わせることも、データベースサーバとして独立して動作することも可能。 プログラミングインタフェースには、ネイティブな「NDB API」とODBCが提供される。また、MySQL Serverと組み合わせた場合は、MySQLの全てのインタフェースが利用できる。 障害ノードのデータは瞬時に他に引き継ぎ、情報の消失を防ぐ。 設定、管理が容易である。 また、NDB Clusterは「shared-nothing」アーキテクチャによる「In-m
Examples; (MS) means : MySQL and SQL Server etc. (M*S) means : Only in some versions of MySQL or special conditions see related note and SQL Server Table Of Contents About SQL Injection Cheat Sheet Syntax Reference, Sample Attacks and Dirty SQL Injection Tricks Line Comments SQL Injection Attack Samples Inline Comments Classical Inline Comment SQL Injection Attack Samples MySQL Vers
phpminiadmin - extremely lightweight alternative to heavy phpMyAdmin for quick and easy access MySQL databases. Instead of installing huge phpMyAdmin (~11Mb) and trying to figure out how to use all it's features, just upload one ~30Kb file and it's ready to use! then access it via the browser (ex. http://yoursite.com/phpminiadmin.php) script will ask you for DB login/pwd after successfull db login
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く