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
It would be good if a user can specify/force which samples to use to Verdict in a query like following:
"SELECT ... FROM .. WHERE .... USE VERDICT SAMPLE 'blah'"
Such feature could be useful for testing/profiling, especially when there are multiple samples available for Verdict.
The text was updated successfully, but these errors were encountered:
dongyoungy
changed the title
Support directives to make Verdict use specific samples
Support additional directives to force Verdict to use specific samples
Mar 14, 2018
@dongyoungy can you think more carefully about this and suggest a more specific syntax? the problem is that a query might have multiple tables in it and even the same table mentioned multiple time (e.g., a self-join), and so you need to be able to say which types/sizes of samples to use for which instance of which table. If you can suggest a concrete syntax, @boyuanmike might be able to add this feature. Unless you need this feature much sooner in which case you need to implement this yourself.
It would be good if a user can specify/force which samples to use to Verdict in a query like following:
"SELECT ... FROM .. WHERE .... USE VERDICT SAMPLE 'blah'"
Such feature could be useful for testing/profiling, especially when there are multiple samples available for Verdict.
The text was updated successfully, but these errors were encountered: