Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
`SELECT COUNT(*)` with & without a `LIMIT 1000` both return a count of 100. I did run `
REFRESH FOREIGN TABLE` before the queries.
Currently query federation is being used. I'm going to try to setup catalog federation, since that would be preferable for querying the table's data. Thank you