Book Image

Learning Heroku Postgres

By : Patrick Rafael de Oliveira Espake
Book Image

Learning Heroku Postgres

By: Patrick Rafael de Oliveira Espake

Overview of this book

Table of Contents (17 chapters)
Learning Heroku Postgres
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Keyword List
Index

Limitations and additional settings


Dataclips have some limitations, which are as follows:

  • By default, queries that take longer than 10 minutes are canceled

  • The query can return a maximum of 29,999 lines

  • You can only add authentication in the Standard tier, Premium tier, or Enterprise tier plan

There are some other settings that you can make in your dataclip by clicking on the Settings link; these settings are as follows:

  • Rename Dataclip: This allows you to rename the dataclip.

  • Change Database: This allows you to move the dataclip query to another database.

  • Remove Dataclip: This allows you to delete the dataclip. This action makes the dataclip inaccessible.

Tip

There is one more feature available in the dataclip dashboard and accessible through the Fork Clip link. This feature allows you to make a copy of dataclip, and it is a useful feature when you want to work on a new version.