Avi Kivity

Results 1240 comments of Avi Kivity

> Shouldn't there be some documentation for this feature? Yes

> > Add the option to co-locate tablets of different tables. For example, a base table and its CDC table, or a local index. > > The tablets load balancer...

> > > > Add the option to co-locate tablets of different tables. For example, a base table and its CDC table, or a local index. > > > >...

Re system.tablets schema. I don't think we want to duplicate all the rows for collocated tables/tablets. Let's store tablets only for the tablet group leader and the tablet group followers...

> > Re system.tablets schema. I don't think we want to duplicate all the rows for collocated tables/tablets. > > Let's store tablets only for the tablet group leader and...

> > > > Re system.tablets schema. I don't think we want to duplicate all the rows for collocated tables/tablets. > > > > Let's store tablets only for the...

> > > > > > We could have a table: system.collocation > > ```sql > > CREATE TABLE system.table_groups ( > > group_leader_table_id uuid, > > follower_table_id uuid, >...

@Jager227 due to our [license change](https://www.scylladb.com/2024/12/18/why-were-moving-to-a-source-available-license/), we now require new CLAs to be signed, as the old ones are not compatible with the new license. If you still wish to...

Is it correct not to expand the SELECT statement? Let's say I add a column after the view was created. Will the view reflect the new column? Conversely, let's say...