We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17
1.
Snowflake-provided clients, including SnowSQL (command
line interface), connectors for Python and Spark, and drivers for Node.js, JDBC, ODBC, and more.
2. If you need to connect to Snowflake using a tool or
technology that is not listed here, we suggest attempting to connect through our JDBC or ODBC drivers. These drivers provide general, multi-purpose connection functionality for most tools and technologies.
3. Snowflake takes security very seriously and strongly
encourages all users to configure multi-factor authentication (MFA). Users signing in to Snowsight who have not yet configured multi-factor authentication will be prompted to do so. You can dismiss the request to configure MFA, however you will be re-prompted every three days.To configure MFA:
o Select your username, and then select My Profile.
o In the Multi-factor authentication section,
select Enroll.
o Follow the prompts to configure MFA for your device
type
4. Currently, Snowflake is upgrading users from the first stage
(Users choose default) to the second stage (Snowsight default), where Snowsight is set as the default for all users in an account and Classic Console is still accessible as needed.
5. Snow sight has a maximum worksheet size of 1MB. Worksheets
larger than 1MB fail to import. See
6. You can’t move multiple worksheets at the same time. A worksheet
can only be in one folder.
MANAGE Grants the ability to view, comment on, ORGADMIN
ORGANIZATION and manage all Support cases for the SUPPORT CASES organization. MANAGE ACCOUNT Grants the ability to view, comment on, ACCOUNTADMIN SUPPORT CASES and manage all Support cases for the current account. MANAGE USER Grants the ability to view, comment on, ACCOUNTADMIN SUPPORT CASES and manage all Support cases that were opened by the current user.
7. Enable existing external access
integrations (EAI) Note-This must be executed using the ACCOUNTADMIN role.
8. Snowflake Notebooks support three types of cells: SQL,
Python, and Markdown.
9. Notebooks are saved every three seconds. If other users
have the notebook open and run it, you might overwrite each other’s work. 10. To share your notebook externally, you can export it as an .ipynb file. The exported notebook can be shared with others who may not use Snowflake Notebooks. They can open the notebooks with other solutions that are compatible with the .ipynb format. 11. Snowsight has a maximum worksheet size of 1MB. Worksheets larger than 1MB fail to import. 12. Worksheets are not synced between Snowsight and the Classic Console. If you make updates to a SQL worksheet in Snowsight, the changes are not reflected in the Classic Console, and vice versa. ** data formatting support OLAP ** data files automatically encrypted aes 256 encryption technics **snowflake is SAAS solution ** virtual warehouse can be created and remove and it can be paused and resumed **snowflake use strict ACID compliant processing **Shared disk architectures rely on a single shared storage device. If this goes down it can affect the whole systems ability to read and write data. **Storage and compute are usually co-located on the same physical machine, so increasing or decreasing one will typically increase or decrease the other. **An Organisation contains multiple accounts. An account contains multiple databases. A database contains multiple schemas. **The AUTO RESUME property can either be on or off(Boolean) for a given Virtual Warehouse.
**Scaling up is the process of manually resizing a virtual warehouse via an
ALTER WAREHOUSE command. **Resizing a running warehouse does not impact running queries. The additional compute resources are used for queued and new queries. **What is the maximum number of tables a materialized view can reference in it’s query definition? Choose one correct value. Answer is one **This caches the results of queries for a non-configurable duration of 24 hours and each time a persisted result is reused the 24-hour retention period is extended, up to a maximum of 31 days, after which the result is purged from the cache.