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
One of the common mistakes of SQL is using SELECT * on a table with include_v=1 option. This happens because v column is unexpected to most of cases these days.
When embulk creates a table, we can disable include_v by default.
The text was updated successfully, but these errors were encountered:
frsyuki
changed the title
Create table with use v=false option when auto create table is on
Create table with use include_v=0 parameter when auto_create_table is true
Jul 13, 2015
One of the common mistakes of SQL is using
SELECT *
on a table with include_v=1 option. This happens becausev
column is unexpected to most of cases these days.When embulk creates a table, we can disable include_v by default.
The text was updated successfully, but these errors were encountered: