> For the complete documentation index, see [llms.txt](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/google-cloud-shang-de-da-zi-liao-chu-li-fu-wu/bigquery.md).

# BigQuery

步入資訊爆炸的時代後，接下來就是資料爆炸... BigQuery是Google將Search Engine的技術再進一步優化的一個實例，除了直接上傳資料檔案之外，更可以與Google App Engine中的DataStore服務、Google Cloud Storage服務、CloudSQL服務做串連，讓歷史資料有更好的應用空間。

BigQuery服務最大的特色是在於資料的分析與萃取，可以於短短幾秒內分析數GB到數TB的資料，並且可以透過SQL-Like的查詢語法，直接與資料進行互動查詢，讓企業級的大量資料不再需要建置大規模的資料中心與運算主機來承受大量資料的儲存與查詢，也讓企業的商場分析得以在短時間內完成，取得先機。

BigQuery除了與Google App Engine的整合之外，使用者可以透過Cloud Platform提供的Web介面做查詢、匯入、匯出等，亦可使用Google所提供的Command Line工具或RESTful API的方式與BigQuery服務進行介接，讓大量資料的匯入與查詢無程式語言的距離。

* Developer Page: <https://developers.google.com/bigquery/>
* Pricing Page: <https://developers.google.com/bigquery/pricing>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/google-cloud-shang-de-da-zi-liao-chu-li-fu-wu/bigquery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
