Showing posts with label multi. Show all posts
Showing posts with label multi. Show all posts

Saturday, 24 September 2022

Create MTA(Multi Target Application) project

 Let us create a MTA project dedicated to SDI.

Steps:

  • From web ide --> workspace -->Right click --> New --> project from template --> Choose Multi target application(MTA) -->Next --> provide <project name> --> Next --> provide the space info (dev, prod) -->Finish.
  • Right click on the MTA project, which is created in the above step -->Build.
  • Now, we don't have SRC folder --> because this project does not have a database module.
    To create Database module: Right click on the project --> New --> SAP HANA Database Module --> Provide name of the HANA module --> Finish.
  • Right click on the HANA module folder, which is created in the above step -->Build.

Saturday, 5 December 2020

What is the major difference between single-container mode and multi-container mode?

 What is the major difference between single-container mode and multi-container mode?

An MDC system consists of a system database for overall system administration tasks and one or more tenant databases. Tenant databases are completely isolated in terms of persistence, database catalog, users, traces, etc.