WEBシステム開発・デザイン制作などすべての作業を一貫してご提供しております。(大阪・東京近辺)

WEBシステム開発:txtSQL/PHPで制作されたデータベースエンジン/独自関数

SQL(SQL92)もどきの独自関数タイプでデータ処理を行うので、同じジャンルのPHPデータベース Gladius DB より10倍は速度が速いらしい。
また、データ管理をWEB上から行える txtSQLAdmin アプリケーションが提供されているので、MySQLデータベース管理ツールの phpMyAdmin を使いなれているユーザーにとっては直ぐになじめることでしょう。

ただ、Gladius DB と同様に txtSQL も1万件を超えるレコード処理については、サーバスペックによって速度が満足するレベルではないです。

本当に小さなプロジェクト、個人レベルの掲示板、ブログ、アンケート投票システムの構築に最適なデータベースでしょう。

txtSQL
www.txtsql.com/

Why Should I Use txtSQL?
– You can avoid the usual cost of a mySQL database
– Quicker than most other flatfile database scripts (PHP) (also see: gladius benchmark)
– You can use a small subset of the SQL language
– You don’t need any extra software or outside plugins for txtSQL to function
– Well documented code, with a detailed manual, so it’s easy to install and use
– A relatively large community to assist you in any way possible
– It’s free!

私はなぜtxtSQLを使用するべきですか?
– あなたはmySQLデータベースの普通の費用を避けることができます。
– 他のほとんどのflatfileデータベーススクリプト(PHP)(また、: gladiusベンチマークを見る)より迅速です。
– あなたはSQL言語の小さい部分集合を使用できます。
– txtSQLが機能するように、あなたは少しの余分なソフトウェアや外のpluginsも必要としません。
– 詳細なマニュアルがあるインストールして、使用するのが簡単のよく記録されたコード
– 可能などんな道にもあなたを助ける比較的大きい共同体
– それは無料です!

When NOT to use txtSQL?
Although txtSQL has been designed with speed, efficiency and possibilites in mind, one must keep in mind that it’s a relatively small PHP API engine (~120kb) and so please take into consideration the amount of data you will be working with before using txtSQL. If you have a rather large project, such as bulletin boards (which txtSQL can handle if the database and tables are designed properly), it’s probably a better idea to leave the databas’ing up to a REAL RDBMS (Relational DataBase Management System). READ: txtSQL is _not_ always an alternative to mySQL, mssql, oracle, SQLite etc.. txtSQL works best with smaller projects, but how small or large is always has a subjective meaning and of course the skill of the programmer and his know-how of the php language makes a huge difference. On the flipside, using txtSQL solely for the purpose of something as small as a hit-counter would be pointless (if you’d like to know why/how, post on the bulleti board). I’d personally reccommend txtSQL for projects like small CMS, guestbooks, polls, small bulletin boards, personal websites, listings (link exchanges) etc. But the possibilites ARE endless… (not really, but … :)

txtSQLを使用するNOTであるときに?
txtSQLは速度、効率、およびpossibilitesで念頭に設計されていますが、それが比較的小さいPHP APIエンジン(~120kb)であることを覚えておいて、txtSQLを使用するあなたが以前で扱うデータの量を考慮に入れなければならなくなってください。 あなたであるなら、かなり大きいプロジェクトを持ってください、掲示板(データベースとテーブルが適切に設計されるならtxtSQLが扱うことができる)などのようにREAL RDBMS(リレーショナルデータベースManagement System)にdatabas’ingを任せるのは、たぶんより良い考えです。 読みます: txtSQLは__mssql、SQLite神託などいつもmySQLへの代替手段、最もよくより小さいプロジェクトがあるtxtSQL作品であるのではなくどれくらい小さく作品であるか、そして、いつも大きいのが、そうです。もちろん主観的な意味、プログラマの技能、および彼の言語が巨大な差をするphpに関するノウハウを持っています。 flipsideでは、唯一ヒットカウンタと何か同じくらい小さいものの目的にtxtSQLを使用するのが無意味であるだろう、(なぜ/、あなたが知りたいならどのように、bulleti板のポスト) 私が好きであるだろう、個人的に、プロジェクトのためのreccommend txtSQLは小さいCMS、guestbooks、投票、小さい掲示板、個人的なリスト(リンク交換)ウェブサイトなどが好きです。 しかし、possibilitesは無限です… (本当に…だけない、:、)