I am firing the multiget query with 330 keys and 750 columns per row.
Its dying somewhere in the phpcassa code.The worst thing is, its not throwing any exception.
Script is getting terminated abruptly.Is there any setting I should do ?
Its working fine if I fetch few columns out of these 750 columns
Following is my API call.
multiget($dataCFKeys,$columns = $superColumns, $column_start = "",$column_finish = "", $column_reversed = False,$column_count = $columnCount,$super_column = null,$read_consistency_level = 1,$buffer_size = 100);
Am I missing something.OR is there any configuration that can help me get this work?
Thanks in advance Manish