gkunter / parsets

Automatically exported from code.google.com/p/parsets
Other
0 stars 0 forks source link

Importing data sets with many dimensions causes import problems and resulting data sets cannot be deleted #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Importing a dataset with many dimensions (in one report, about 200) causes an 
overflow in the key 
length that is not caught. There needs to be more checking (and error handling) 
on import. Also, 
delete needs to be more robust to be able to delete half-broken data sets.

Original issue reported on code.google.com by rkosara on 2 Jun 2009 at 9:33

GoogleCodeExporter commented 8 years ago
The new data model fixes this. The limitation is no longer the potential number 
of combinations, but the actually 
existing number. This should push the envelope beyond most practical data sets.

Original comment by rkosara on 31 Jul 2009 at 1:46