Skip to content

Commit

Permalink
docs(java): Remove low-level section about database in high level one (
Browse files Browse the repository at this point in the history
…#1167)

The section "Database Support" is high-level, describing supported
databases, etc.

However, then it mentions write-through and refers to a subsection. That
is rather confusing and misleading. What is meant by "passed through to
the database"? Why is it described here? Is it important? Let's remove
the paragraph to avoid users having these questions to begin with. It's
described later on anyway.
  • Loading branch information
bugwelle authored Oct 1, 2024
1 parent 11cca64 commit 512796e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/cqn-services/persistence-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ uacp: Used as link target from Help Portal at https://help.sap.com/products/BTP/

CAP Java has built-in support for various databases. This section describes the different databases and any differences between them with respect to CAP features. There's out of the box support for SAP HANA with CAP currently as well as H2 and SQLite. However, it's important to note that H2 and SQLite aren't enterprise grade databases and are recommended for non-productive use like local development or CI tests only. PostgreSQL is supported in addition, but has various limitations in comparison to SAP HANA, most notably in the area of schema evolution.

Write operations through views are supported by the CAP runtime as described in [Resolvable Views](../working-with-cql/query-execution#updatable-views). Operations on views that cannot be resolved by the CAP runtime are passed through to the database.

### SAP HANA Cloud

SAP HANA Cloud is the CAP standard database recommended for productive use with needs for schema evolution and multitenancy. Noteworthy:
Expand Down

0 comments on commit 512796e

Please sign in to comment.