Hello,
When I check the disk space used by HANA Database data I find about 2.5To
SELECT USED_SIZE from SYS.M_DISKS where USAGE_TYPE='DATA'
When I check the sum of disk space used unitary by all tables I don't find those 2,5To :
select sum(d...
Hello,
I'm sql developer, I'm developping sql script to import files into HANA database.
I Have ~8GO file, 19 fields, 70 characters per line.
I made a mistake in the create table, I invert columns position so character strings are going into nu...
Hello,
planviz does not work if we do inserts or updates
SAP support confirms that this is a bug planned to SP 6 (next SP of SP5)
insert with select does not have same plan as select only, for example when using constants.
insert into T select a ...
Hello,
Thanks for this blog,
the complete xml data set is now stored in one row as you suggested above.
I try to import a 34MB and a 5MB xml whole file in one row like you but I discovered that the file was not complete, only 406451 characters was...