Luming Sun

Results 4 comments of Luming Sun

I encountered a similar problem: ``` job=# /*+ Leading(t mi mi_idx) */ explain select count(*) from title t, movie_info mi, movie_info_idx mi_idx where t.id=mi.movie_id and t.id=mi_idx.movie_id and mi.info_type_id > 16...

https://github.com/learnedsystems/BaoForPostgreSQL/blob/28142c74903cbf0873b614b3b4f3bc49c5f84a1f/run_queries.py#L34 Why use ```while True``` and ```continue``` here?

@ScottLiao920 I just deleted `continue` in https://github.com/learnedsystems/BaoForPostgreSQL/blob/28142c74903cbf0873b614b3b4f3bc49c5f84a1f/run_queries.py#L34

> Are you using multiple GPUs? For what it's worth – I'm also hitting this error, but only when using multiple GPUs and multiple targets. > > I've ensured there's...