on 2024 Feb 28 1:11 PM
I'm encountering an issue when attempting to create an index on a global temporary table within SAP HANA. My intention is to enhance the performance of queries that utilize this table, but I've hit a snag with the following error:
Error: (dberror) [7]: feature not supported: Cannot create index on temporary table: GLOBAL_PURCHASING_DOCUMENTS: line 19 col 63 (at pos 62)
The command I attempted to execute was:
CREATE INDEX GLOBAL_PURCHASING_DOCUMENTS ON GLOBAL_PURCHASING_DOCUMENTS(Purchasing_Document_ID);
I appreciate any insights or recommendations you may have on how to effectively manage and query large temporary tables in SAP HANA.
Request clarification before answering.
User | Count |
---|---|
67 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.