data with out keys. instead of [{name:'can',age:50},{nama:'john',age:30}] we can send [['can',50],['john',30]]
this way no need repeating keys and the loaded data will be much shorter. And for id instead of string we can use the sequence number for columns.