JP:Database
(Redirected from JP:Database Services)
データベースサービス
データは全ての情報システムの基盤であり、データベースサービスはForce.comプラットフォーム上で作成される全てのアプリケーションの基盤となります。Force.comデータベースサービスはあなたの重要なデータを格納するオブジェクトを作成することができます。エンタープライズのパワーによってのあなたのデータが安全かつ絶えず利用できる事を確実にします。
データベースサービスはデータの単純なストレージではなく、様々な付加価値を提供します。全てのデータベースサービスの機能は、宣言的なアプリケーションフレームワークを使ったとしても、ApexコードとVisualforceページの様なテクノロジーの中でも、またはForce.com WebサービスAPIを用いたシンプルにデータアクセスも、あらゆる方法で利用する事ができます。
データベースサービスの概要
Force.com データベースの概要 Force.comデータベースの技術的なイントロダクション
Multitenancy
Under the hood, the Force.com Database is built on a foundation of multitenancy. The following items explore this aspect of the database (not essential for developers, but rather interesting reading):
- Whitepaper: The Force.com Multitenant Architecture provides a detailed look at multitenancy and its role on Force.com.
Reference Material
- The Force.com Web Services API Developer's Guide contains fundamental information about the database and its operation. In particular, see:
- Objects and Fields
- SOQL Documentation has the syntax and usage of SOQL.
- SOSL documentation has the syntax and usage of SOSL.
- How is SOQL different from SQL?.
- BNF FOR SOQL
