

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Creating an Attribute view in SAP HANA
- Getting an error- license key couldn’t be installed in SAP HANA
- Getting memory error while doing UNION in SAP HANA
- Getting error while using schema in SAP HANA Modeling
- Getting an error invalid Object Name in SAP Business One
- Getting error message: Scalar type not allowed in SAP HANA
- Creating Index in Column based tables in SAP HANA
- Creating an index on a nested MongoDB field?
- Getting error not assigned on running SAP ABAP program
- Creating a copy of an existing Attribute view in SAP HANA
- Getting an error while previewing swf file from XML data in SAP Dashboard Designer
- Getting error while extracting data from SAP
- Creating column table in SAP HANA database
- Creating a Restricted user in SAP HANA
- Creating a new table in SAP HANA
Advertisements