Advanced Subjects Flashcards
A delivery unit is a way to….
Transport HANA objects
In a delivery unit, individual components of a package can be selected to be transported?
False, all content of the package is included in the delivery unit
When using a delivery unit to transport HANA objects, the delivery unit is automatically imported with the ABAP transport?
False. The delivery unit must be manually imported
In NW 7.31 SAP introduced the HTC, HANA transport container. What problem did this solve?
The need to manually import the HANA Delivery unit. The delivery unit was included in the hana transport container which was in turn included in the workbench request
In NW 7.40 SAP introduced the HANA Transport for ABAP (HTA). What did this allow?
The ability to select individual objects from a HANA package and include them in an HTA which is then included in a workbench request
When comparing the ability to re-import objects if a failure occurs; what is the difference between an HTA and an HTC
If an import of an HTC fails a new transport must be created.
If an import of an HTA fails, the transport can be re-imported.
What transaction can be used to add HTAs to an ABAP workbench request?
SCTS_HCA is used to select HANA package objects to be added to a workbench transport
Under what circumstances might an HTA require manual import? How would the manual import be accomplished?
If an error occurred during the implicit import or if the import requires pre-work (indicated by type P in the deployment mode).
The manual import would be accomplished using t-code SCTS_HANA_DEPLOY
what two types of full text search does HANA support?
Full text and Linguistic
What is the default fuzzy search threshold?
.8 (a perfect match is 1.0)
Full text search is enabled thru…?
The creation of full text indexes?
Full text fields are automatically created for what column data types?
Text or short text.
since NW 7.4 full text indexes can be created for table columns of what data type?
nvarchar
Can full text indexes be created for columns of row stored tables?
No, only column store tables
What is the downside to creating full text indexes?
They take up space and they can slow down table modification operations.