no problem. so now that it connects, are you seeing the tables you needed?
Seva Feldman
@felka
yes
Victor Olex
@agilevic
do you want to try that URL that we talked about first?
Seva Feldman
@felka
I will be happy to avoid failing autodiscovery on broken views
mdobrzanski
@mdobrzanski
roger roger
Seva Feldman
@felka
really really apreciate
Victor Olex
@agilevic
@felka yeah, we are adding it to our to do list, in the meantime you could work around this by either fixing broken views or removing permission to them from the database user
Seva Feldman
@felka
sure will do
I have another info level question
may I ?
@agilevic
Victor Olex
@agilevic
sure
by the way, we can setup a demo and discuss your exact use cases and show how to accomplish that with /db
you can invite other people from you team too
Seva Feldman
@felka
I think we have everything we need for PoC
they question about high availability and load sharing
if I want to create few instances of slashdb behind load balancer, is there a way to share config among them?
Victor Olex
@agilevic
it is possible to install /db on multiple hosts
and each can run multiple threads
scales up and across
Seva Feldman
@felka
what about config sharing?
Victor Olex
@agilevic
yes, in slashdb.ini you will specify where memcached is
Seva Feldman
@felka
ok
Victor Olex
@agilevic
which will be used for syncing the instances
but for this kind of setup goes beyond initial PoC
Seva Feldman
@felka
sure
Victor Olex
@agilevic
@felka so what are you guys working on?
and I am curious how did you come across slahsdb
Seva Feldman
@felka
looked for DB API
we are trying to avoid writing DB API in many languages and provide DB API as a service.
so either write it by ourselves or use something ready
Victor Olex
@agilevic
well the nice thing about /db is that as you database model adds new tables they become part of the API
Seva Feldman
@felka
yep
Victor Olex
@agilevic
the views can be also relfected into Data Discovery, if you configure the "alternat_keys" section
essentially SlashDB needs to know what is the "primary key"
for a view
Seva Feldman
@felka
cool
Victor Olex
@agilevic
In Oracle you can actually specify that in a view definition,
then it's automatic like a real table
Seva Feldman
@felka
we have simplier need
Victor Olex
@agilevic
well, I think at some point it makes sense to have a meeting/demo
you might have already been contacted about that by Patty or Andy - they are just doing their job
Mike and I are here to make sure you get all the technical answers
Victor Olex
@agilevic
@felka hey, how goes it?
Victor Olex
@agilevic
@felka , what's next in your evaluation of SlashDB?