In the previous lesson, you learned how to manage organizations and projects in the Aura Console. In this lesson, you will learn how to create your first Aura Free database instance and understand the key factors that influence instance configuration.
By the end of this lesson, you will be able to:
-
Create an Aura Free database instance
-
Understand why location and instance size matter for database performance
Check your understanding
Database Location
Where should your Aura database ideally be located for optimal performance?
-
❏ In a different country to reduce costs.
-
✓ In the same data centre as your application.
-
❏ On the other side of the world for safety.
Hint
Think about network latency and how distance affects data transfer speeds. What would minimize the time it takes for your application to communicate with the database?
Solution
In the same data centre as your application. Physical distance affects latency, so choosing a location close to your application is crucial for optimal performance. The closer your database is to your application, the faster the data transfer will be, reducing query response times and improving overall user experience.
Setting Up Your Aura Instance
Which factor is NOT a consideration when choosing the size of your Neo4j Aura instance?
-
❏ Query complexity and expected load
-
❏ Required memory for data and indexes
-
✓ The color scheme of your graph visualization
-
❏ Anticipated growth of your data over time
Hint
Think about what configuration options are available when creating an Aura instance. What parameters can you actually adjust?
Solution
The color scheme of your graph visualization is not a factor in determining the size of your Neo4j Aura instance. The other options relate to performance and capacity planning.
Summary
In this lesson, you created your first Aura Free database instance and learned why location and size matter for database performance.
You now have a running Neo4j Aura instance with connection credentials that you can use to access your database.
In the next lesson, you will explore the tools available in the Aura Console to manage and interact with your database instance.