- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Getting an error on creating an Index in SAP HANA
I think if you would have gone through the documentation or gone through the message “column already indexed” carefully, you would have figured out that the index already exists.
If the data type of the column is TEXT then HANA by default creates an index on it. What you can do for better performance is change the data type of the column to BLOB.
BLOB − stores large amount of Binary data.
- Related Articles
- Getting an error- license key couldn’t be installed in SAP HANA
- Creating an Attribute view in SAP HANA
- Getting memory error while doing UNION in SAP HANA
- Getting error while using schema in SAP HANA Modeling
- Creating Index in Column based tables in SAP HANA
- Getting error message: Scalar type not allowed in SAP HANA
- Getting an error invalid Object Name in SAP Business One
- Creating a copy of an existing Attribute view in SAP HANA
- Creating an index on a nested MongoDB field?
- Getting error not assigned on running SAP ABAP program
- Getting an error while previewing swf file from XML data in SAP Dashboard Designer
- Getting error- is not an internal table “OCCURS n” specification is missing in SAP method
- Creating column table in SAP HANA database
- Creating a Restricted user in SAP HANA
- Creating a new table in SAP HANA

Advertisements