First, a concrete example of a Top-N pushdown query on top of a PostgreSQL database: SELECT id, name FROM postgresql.public.company ORDER BY id LIMIT 5;
確定! 回上一頁