7 comments

  • evanelias5 minutes ago
    &gt; cut database costs by 40%<p>Where does this number come from? It feels completely arbitrary.
  • docheinestages50 minutes ago
    The landing page doesn&#x27;t show a link to your GitHub. Despite mentioning &quot;self-hostable&quot;, I genuinely thought it was closed-sourced. I doubt first-time users will trust a random tool and grant it database-level access with a curl command.
    • venkat97127 minutes ago
      Great point and thanks for the feedback. We made it self-hostable so that data doesn&#x27;t leave the premises. We haven&#x27;t open sourced the code yet, but most likely we will head in that direction very soon.
  • vector_spaces47 minutes ago
    &gt; 2. BI dashboards(we removed spend on tableau, retool and appsmith)<p>Can you explain this in more detail? You saying that DeepSQL can create BI dashboards that makes Tableau and friends redundant -- are you talking about analytics dashboards consumed by business teams or more like db ops dashboards used by backend teams? Does the user prompt the agent for them, or does it build dashboards that it infers are needed?
    • venkat97123 minutes ago
      Deepsql has built in BI dashboards server - You can ask agent to build any BI dashboard from the connected data sources (this can be used by your internal teams or you can even share the dashboard link with customers with password protection, just like how we would share the retool links).
  • venkat9712 days ago
    Deepsql doesn&#x27;t replace your DBA, it gives your DBA super powers. In my org, when we had to decide on hiring a DBA, we chose building deepsql and empowered our senior engineer to handle the database tasks like a senior DBA.
    • sehw1 hour ago
      [dead]
  • shenli35141 hour ago
    This is an interesting product. Any comparison with other DBA tools? There are many tools can fix the slow queries, based on rule+statistics.
    • venkat9711 hour ago
      Deepsql doesn&#x27;t require any predefined rules + stats, nor you need a DBA to operate it. It&#x27;s an autonomous agent, that learns your business context, schema, join relationships and creates a mental map of everything (just like a DBA who joined your team). This we call it deepsql brain init stage. Once the init is done, it will then look at all slow queries workload, comes up with comprehensive suggestions of indexes, MVs etc. Other DBA tools might look at one query at a time, if we try to optimize one query at a time, we might over index.<p>Also, deepsql is intelligent in understanding the deployment type. Postgres standalone deployment is very different than Aurora postgres. Cost factors are quite different. Other DBA tools might ignore these factors - Hence they need well trained DBA to use them.
  • that_dba_guy12 hours ago
    So, does it help with context management or so called MemoryBank setup?
    • venkat9717 hours ago
      Yes, it has built in storage layer(Postgres and PGVector)