Can I directly access the MySQL created by the Gra...
# prisma-whats-new
m
Can I directly access the MySQL created by the Graphcool?
a
Only when using a local or private cluster. In the shared cloud environment, there's no direct database access.
m
Local cluster is good. I've tried graphcool deploy. And get some docker instance.
local_graphcool_1 local_graphcool-rabbit-host_1 local_graphcool-db_1 local_localfaas_1
graphcool/graphcool-dev:0.8.1 rabbitmq:3-management mysql:5.7 graphcool/localfaas:0.8.1
Can I insert bulk of records into the mysql database? 1E9 records for one table.
I'm not sure if I can use Graphcool in production environment...
a
Like I said, you only have direct database access in local and private cluster environments. With that amount of data, I would think you end up with a private cluster anyways. I think it's best if you contact @nilan to discuss your requirements, so they can come up with the best solution for your use case.
m
Thanks a lot. I will contact nilan.