Astra DB FAQs
Frequently asked questions about DataStax Astra DB.
What tools does Astra DB include?
-
Stargate APIs: The Stargate APIs are available as the Astra DB APIs. Create an application token and begin interacting with your database.
-
CQLSH: Each Astra DB database includes an integrated CQL shell for interactive Cassandra Query Language (CQL) commands. Use CQLSH to create tables, insert data, and modify data in your keyspace.
-
Astra DB Data Loader: From the console, use Data Loader to load the following into your Astra DB database:
-
CSV data
-
Example datasets
-
Extracted DynamoDB data that resides in an Amazon S3 bucket
-
-
DataStax Bulk Loader: Use DataStax Bulk Loader (dsbulk) to load and unload data into your Astra DB database. You can load data from a variety of sources and unload data from DSE database for transfer, use, or storage of data.
-
Metrics dashboards: Use the integrated metrics dashboards to view health metrics that include information regarding latency and throughput to the database. These metrics provide insights into the performance of the database and how workloads are distributed.
-
Integrations: Connect a third-party tool of your choice to Astra DB for data management, machine learning, analytics, and more.
How is Astra DB different from DSE?
While you can run DataStax Enterprise (DSE) both on premises and in the cloud, Astra DB allows you to create databases in minutes, with reduced complexity, fewer operational concerns, and an approachable entry point for developing your applications. Astra DB is a true database-as-a-service (DBaaS) offering that provides simplified cluster management with flexible pricing. DSE also includes Advanced Workloads (DSE Search, Analytics, and Graph), which are not available in Astra DB. Read this whitepaper for an in-depth understanding of the cloud-native architecture of Astra DB.
Which version of Apache Cassandra™ is compatible with Astra DB?
Apache Cassandra version 3.11 is compatible with Astra DB databases.
What is a Vector Search?
A Vector Search reviews data on a database to determine the distance between the vectors. The closer they are, the more similar the data. The more the distance, the less similar the data.
Which cloud vendors does Astra DB support?
Astra DB supports creating databases on Amazon Web Services (AWS), Google Cloud, and Microsoft Azure.
How do I connect to Astra DB databases?
Options | Description |
---|---|
I don’t want to create or manage a schema. Just let me get started. |
Use schemaless JSON Documents with the Document API. |
I want to start using my database now with APIs. |
Use the REST API or GraphQL API to begin interacting with your database and self manage the schema. |
I have an application and want to use the DataStax drivers. |
Initialize one of the DataStax drivers to manage database connections for your application. |
I know CQL and want to connect quickly to use my database. |
Use the integrated CQL shell or the standalone CQLSH tool to interact with your database using CQL. |
What does DataStax consider “recent” when listing Recent Resources?
Recent Resources includes the five most recent databases and streaming tenants resources used by someone in your organization.
Which DataStax drivers work with Astra DB?
Each of the supported DSE and Apache Cassandra drivers is compatible. Choose the DataStax driver for your preferred language and configure it to connect to your Astra DB database. See Connecting to Astra DB databases using DataStax drivers.
How do I manage billing for Astra DB?
Astra DB handles billing through an integration with Stripe, and displays all related billing information on the Billing Summary page. Enter a credit card number and associated billing information to begin creating Astra DB databases. See Billing for more information.
What happens when my monthly credit runs out?
You are prompted to add a credit card when your credit limit is running low. You also receive this notification by email and in Astra Portal.
If your application uses all $25 in credit, the database temporarily pauses until you add a credit card to re-start the database. Alternatively, you can wait until the next month for the $25 credit to reload.
Unused credits do not rollover. A $25 credit is added to your organization on the 1st of every month.
View your credit balance in the Dashboard:

Where do I find the Database ID and Organization ID?
While logged in to Astra, view the URL:
astra.datastax.com/{organization_id}
Navigate to your database dashboard:
astra.datastax.com/org/{organization_id}/database/{database_id}
Alternatively, you can view your Database ID in the Databases listing on the Astra DB dashboard. Use the clipboard icon to copy the ID.

If you need the Datacenter ID (or IDs, if you have a multi-region database), click the database name to see its details and to locate the ID of each datacenter next to its name in the list.

How do I navigate to a CQL shell?
Select your current database on the left panel. Navigate to the CQL console tab.

Here, you can run CQL commands. These are a few to test out
-
Use <keyspace_name>;
navigates to your keyspace -
Desc tables;
describes the tables within your current keyspaces -
Select * from <table_name> limit 10;
selects all columns from table, 10 rows
I am trying to create a keyspace in the CQL shell, and I am running into an error. How do I fix this?
Keyspaces need to be created in Astra Portal. Navigate to the Dashboard overview and select Add Keyspace.

How do I delete a keyspace?
We do not allow users to delete the last keyspace to avoid accidental deletion of data. This is the error you will see in the CQL shell:
token@cqlsh> drop keyspace test_db;
Unauthorized: Error from server: code=2100 [Unauthorized] message="Missing correct permission on test_db."
To avoid any storage costs associated with the keyspace, you can drop tables from the keyspace by running:
drop table <keyspace_name>
What is the practical limit for the amount of data stored in an Astra DB database?
There is no practical limit to the number of bytes an Astra DB database can store.
How can I fix a “Missing Correct Permission Error”?
A permission error occurs for two reasons.
The first reason is that Astra places certain limitations on the user with Astra DB database guardrails and limits.
The second reason is that you don’t have the appropriate permissions on your account. Learn more information about user permissions.
token@cqlsh> select * from test_db.data
Unauthorized: Error from server: code=2100 [Unauthorized] message="No SELECT permission on <table test_db.data>"
I created my table in Astra Portal. Now, when I run a select statement I get an error. What do I do?
This is the error: Invalid Request: Error from server: code=2200 [Invalid query] message="table {table_name} does not exist"
When you upload a table through Astra Portal, any table name, keyspace name, or column name with case-sensitive characters can be accessed by using double quotes.
For example, see the select statement below:
token@cqlsh:test> desc tables;
token@cqlsh:test> select * from "Case_Sensitive";
I need help with the Workshop Project. Where do I go for help?
Check the YouTube description for the Workshop you attended. Use the Discord group or the YouTube chat to ask questions.
Additional links:
-
DataStaxDevs Discord: https://bit.ly/cassandra-workshop
-
Backup Stream (alternative to YouTube): https://www.twitch.tv/datastaxdevs
-
StackOverflow for dev-related questions: Follow the
cassandra
tag -
DBA StackExchange for admin/ops-related questions: Follow the
cassandra
tag -
Event Alerts: Subscribe for news
Where can I find Astra DB project tutorials?
You can find sample projects in our Sample App Gallery located on the left hand side of your Astra dashboard or the Github Repository.

Additionally, you can follow along to video tutorials on our DataStax Developers YouTube page: https://www.youtube.com/c/DataStaxDevs
How do I open a support ticket?
Open your Astra Portal, select the Help Center. A panel for Health Center appears on the right side of the screen.
On the bottom right hand corner, select Submit a Ticket. You are redirected to the DataStax Support portal.
Select Submit a Request at the top. You must complete the fields marked with an asterisk. When finished, select Create.
For more, see Get support for Astra DB.
Can I change the keyspace name?
No, you cannot alter the keyspace name. You can create an entire new keyspace with a different name.
What if my CSV file is too large for the Data Loader?
If the file is over 40 MB, you can upload data with our DSBulk Loader. For more, see how to get started with DSBulk Loader.
Can I use cfstats
or nodetool
?
No, Astra is a zero-operations database-as-a-service (DBaaS) offering. Some operational Cassandra tools are not relevant. We offer access to a limited set of database metrics. You can view them in the Health tab in Astra Portal.

For more, see the Astra DB database guardrails and limits.
Can I use strict security settings, such as an ad blocker, with Astra DB?
If you are using strict security settings in your web browser, you might not see everything in Astra Portal, such as messages and certainly functionalities that simplify your experience.
Where can I find help?
There are several places to get help:
-
Use this product documentation to get answers about the capabilities of your database and information about how to use your databases.
-
Practice using the Astra DB database with our sample apps and integrations.
-
Within the Astra Portal Home, there are guides to help you get started easier, faster, and more efficiently. These guides include step-by-step instructions in the Astra Portal, along with prerequisites and procedures.
-
To send us feedback or get additional help, use the chat feature in Astra Portal.
Which cloud regions are currently available for classic databases?
Astra DB supports single-region and multi-region deployments. The available classic regions vary based on the selected cloud provider and more are added over time. Within a region, data is replicated across three availability zones to ensure high availability.
To discuss region needs, use the chat icon in Astra Portal to talk with DataStax for guidance. |
Is VPC peering possible for classic databases?
VPC peering is available on only Classic C- and D-tier Astra DB databases. For more, see AWS VPC peering, GCP VPC peering, and Azure.
How is pricing calculated for classic databases?
Pricing for DataStax Astra classic databases is based on plan, units of measure, cloud provider, and region. See Pricing for more information.
What is the range of ports available for classic databases?
The port range is 29000-32767.
APIs such as REST and GraphQL, and the Astra DB Health dashboard: 443.
What can I update with my avatar on Astra?
Click your avatar to review your current account settings, update your username, and reset your password.