I am inserting LargeMap(LDT) through java client into aerospike .
the problem here is I can't retrieve LDT from secondary index(Correct me if there is an option through java client) so I am planning to get 'PK'from secondary index which will solve my use case.
Though i can create a bin which holds "PK" values I don't want to create that for some reasons. So please Suggest me the way to do it
Thanks in advance.