Can we use tensors as a database data structure
Taking into account their shape and ability to have tuples as entries, multidimensional entries, and representations, is it feasible to create a version of mysql or postgresql that is built on the assumption of data coming from a tensor instead of tables?
Yes. Kdb+ and JD come to mind whose primary data structures are multidimensional arrays.