이 페이지에는 Looker에서 찾을 수 있는 다양한 행 한도가 나와 있습니다. 일반적인 규칙은 다음과 같습니다.
브라우저에 결과가 표시되면 행 한도는 5,000개입니다.
Looker에서 결과를 내보내면 사용자는 모든 결과를 내보낼 수 있습니다.
하지만 쿼리에서 스트리밍할 수 없으면 모든 결과 옵션을 사용할 수 없습니다. 모든 결과 다운로드 제한사항에 대한 설명은 콘텐츠 다운로드 문서 페이지를 참조하세요.
Explore, Look, 대시보드, SQL Runner
Explore 페이지에서 생성되는 쿼리의 최대 행 수는 5,000개로 제한됩니다.
이 한도는 SQL Runner에서 생성된 Look, 대시보드, 쿼리에도 적용됩니다.
다운로드 중
대부분의 경우 Explore, Look 또는 대시보드에서 무제한 결과 세트를 다운로드할 수 있습니다. 결과 세트에서 스트림을 설정하고 사용자에게 다운로드할 수 있는 download_without_limit 권한이 있는 경우에만 모든 결과를 다운로드할 수 있습니다.
이러한 조건이 충족되지 않으면 대신 다운로드 모달에서 커스텀 한도를 설정할 수 있습니다. 이 커스텀 한도의 기본 최대 행 수는 기100,000개입니다.
참고: 특히 대시보드에 대한 다운로드는 대시보드에서 데이터 다운로드 섹션의 콘텐츠 다운로드 문서 페이지에서 자세히 설명됩니다.
콘텐츠 전송
이메일 일정은 결과가 스트리밍되는 한 데이터 최대 20MB(인라인 콘텐츠가 포함된 이메일의 경우) 또는 데이터 15MB(첨부파일이 있는 이메일의 경우)를 전송할 수 있습니다. 모든 결과 옵션이 적용된 모든 이메일에는 크기 20MB 또는 15MB 한도가 적용됩니다.
웹훅에서 또는 Amazon S3 버킷이나 SFTP 서버로 전송되는 일정은 결과 세트가 스트리밍되는 한 무제한 결과 세트를 전송할 수 있습니다.
파일 형식 문제
콘텐츠를 다운로드하거나 전송할 때 PDF 및 PNG 파일 형식은 브라우저 행 한도 5,000개를 유지합니다. 모든 결과 옵션은 일반적으로 예약, 전송, 다운로드를 위한 마크다운, 텍스트, CSV, JSON - Simple, XLSX 또는 HTML 형식에만 사용 가능합니다. 데이터 전송 및 예약에 사용할 수 있는 데이터 형식은 대상 및 콘텐츠 유형에 따라 다릅니다. Looker 스케줄러를 사용하여 콘텐츠 전송 문서 페이지에서는 각 유형의 Looker 콘텐츠 전송에 대한 문서 링크를 제공합니다. 콘텐츠 다운로드 문서 페이지에서는 다운로드에 사용되는 파일 형식 옵션을 자세히 설명합니다.
API
API 호출에는 호출된 컨텍스트의 행 한도가 적용됩니다. Explore, Look 또는 대시보드를 기반으로 하는 API 호출에는 행 5,000개 한도가 적용되지만 특정 다운로드 및 일정 파일 형식은 무제한일 수 있습니다.
API를 사용하여 무제한 결과를 다운로드하려면 limit 매개변수를 -1(음수 1)로 설정하여 적절한 실행 호출(예: 인라인 쿼리 실행 또는 Look 실행)을 사용합니다. -1은 Looker에서 무제한 결과를 나타내는 데 사용하는 번호입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-05(UTC)"],[],[],null,["# What are all the row limits in Looker?\n\n\u003cbr /\u003e\n\n\nThis page lists the different row limits that can be found across\nLooker. The rule of thumb is as follows:\n\n- If results are being displayed in the browser, the row limit is 5,000.\n- If results are being exported from Looker, users can choose to export [all results](/looker/docs/downloading#all_results). However, the **All Results** option is unavailable if the query cannot [stream](/looker/docs/downloading#streaming_query_results). See the **Downloading content** documentation page for an explanation of [limitations on downloading with **All Results**](/looker/docs/downloading#all_results).\n\nExplores, Looks, dashboards, SQL Runner\n---------------------------------------\n\n\nQueries that are created with the Explore page will have a maximum limit of 5,000 rows.\nThis limit also applies to Looks, dashboards, and queries that are created in SQL\nRunner.\n\nDownloading\n-----------\n\n\nIn most cases, it is possible to download the unlimited result set from an\nExplore, a Look, or a dashboard. It is only possible to download all results if the result set [streams](/looker/docs/downloading#streaming_query_results) and\nif the user downloading has the\n[`download_without_limit`](/looker/docs/admin-panel-users-roles#permissions_list)\npermission.\n\nIf these conditions are not met, then a\n[**custom limit**](/looker/docs/downloading#limits) can be set in the download modal instead. This\ncustom limit has a default maximum of 100,000 rows.\n\n\n***Note:** Downloading specifically for dashboards is discussed in greater detail on the **Downloading content** documentation page in the [Downloading data from a dashboard](/looker/docs/downloading#downloading_data_from_a_dashboard) section.*\n\n\u003cbr /\u003e\n\nDelivering content\n------------------\n\n\n[Schedules](/looker/docs/scheduling-email) to email can send up to 20 MB of data (for emails with inline content) or 15 MB of data (for emails with attachments), as long as the results stream. All emails with the **All Results** option applied are subject to the 20 MB or 15 MB size limits.\n\n\nSchedules delivered with a webhook or to an Amazon S3 bucket or SFTP server can send an unlimited result set as long as the result set streams.\n\nFile format matters\n-------------------\n\nWhen you are downloading or delivering content, PDF and PNG file formats will maintain the browser row limit of 5,000. The **All Results** option is typically only available for Markdown, Text, CSV, JSON - Simple, XLSX, or HTML formats for scheduling, sending, and downloading. The data formats available for sending and scheduling data depend on the destination and type of content. The [Using the Looker Scheduler to deliver content](/looker/docs/scheduling) documentation page provides links to documentation about delivering each type of Looker content. The [Downloading content](/looker/docs/downloading#file_formats) documentation page provides more information about file format options for downloading.\n\nAPI\n---\n\n\n[API calls](/looker/docs/reference/looker-api/latest) are subject to the row limits of the context they are called\nin. API calls based on an Explore, a Look, or a dashboard are subject\nto the 5,000 row limit, while certain download and schedule file formats can be unlimited.\n\nTo download unlimited results with the API, use the appropriate Run call (such as [Run Inline Query](/looker/docs/reference/looker-api/latest/methods/Query/run_inline_query) or [Run Look](/looker/docs/reference/looker-api/latest/methods/Look/run_look)) with the `limit` parameter set to `-1` (negative one). `-1` is the number that Looker uses to represent unlimited results.\n\nCheck the limits referenced in these sections as appropriate to the type of API call you're using.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]