You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new TestSuite class in the itsdb module is meant to replace the ItsdbProfile class, but there are some remaining features that don't have an equivalent in the new class. Not all features are necessary, but some are important, and ItsdbProfile should not be removed until the features are covered. This issue is meant for tracking which features remain unimplemented.
mapping to a new relations file (e.g., ts.write(relations='.../relations'))
incremental file reading/writing
This would be particularly useful for process(), as the full processing results for a single table can take up gigabytes of memory
Also the following ItsdbProfile methods can be useful:
exists()
size()
The text was updated successfully, but these errors were encountered:
The new
TestSuite
class in theitsdb
module is meant to replace theItsdbProfile
class, but there are some remaining features that don't have an equivalent in the new class. Not all features are necessary, but some are important, andItsdbProfile
should not be removed until the features are covered. This issue is meant for tracking which features remain unimplemented.delphin select
with tsql queries (maybe) #138)ts.write(relations='.../relations')
)This would be particularly useful for
process()
, as the full processing results for a single table can take up gigabytes of memoryAlso the following
ItsdbProfile
methods can be useful:exists()
size()
The text was updated successfully, but these errors were encountered: