You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Daniel Danecki (Jira)" <ji...@apache.org> on 2020/03/16 15:32:00 UTC

[jira] [Created] (NETBEANS-4017) Generate entities from Database - long waiting time with huge databases

Daniel Danecki created NETBEANS-4017:
----------------------------------------

             Summary: Generate entities from Database - long waiting time with huge databases
                 Key: NETBEANS-4017
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4017
             Project: NetBeans
          Issue Type: Improvement
    Affects Versions: 11.2
            Reporter: Daniel Danecki


When using the "Generate entity from database" option NetBeans scans the entire database first to present information about the available tables. This process takes a very long time. I don't think it is necessary to scan all tables at this stage (I might be wrong). I think that it would be more efficient if only table names were presented at this stage, and only tables chosen by the user were scanned to show all requirements and dependencies in the next step. That would save a lot of time for the user.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists