kinow commented on pull request #1153: URL: https://github.com/apache/jena/pull/1153#issuecomment-1004685130
>It doesn't look wrong or unexpected to me. Are you seeing something different? For some weird reason I cannot see borders in the results table. :disappointed_relieved: >The table does not seem to resize when the window size changes - not sure if it is intended to do that - the query box does. Confirmed that. Will take a look, but since it's handled by YASGUI it might be easier to move to a separate issue for later. >Might be nice to have "query" as an immediate option on new dataset. Hardly urgent, more a bit of consistency. Ah, you mean when you create a new dataset and click on "create dataset", to have another "query" button? Or is it in the `/#/manage` Manage datasets view, to have a link for "query" there? This should take under one minute to do :+1: will include it here once I understand where it should go. >I'm wondering if we should have only one persistence choice for new databases - TDB2. Remove the third choice, changes the second choice to set TDB2. I can't think of a reason to create TDB1 databases when starting from new and I'd rather people prefer TDB2 over TDB1. I also cannot think why people would use TDB1. I was reading some old papers the other day, on inference & reasoners... I **think** there was one that used TDB1. But I never used it. And now that you mentioned, I always went automatically to the in-memory or TDB2 options. But for a new user, that does not want an in-memory dataset, I think they would choose "Persistent – dataset will persist across Fuseki restart". No reason for choosing TDB2, unless they know what it means. So +1 to simplify it. If necessary (i.e. if users ask to add it back) maybe we could have an "advanced" section, hidden by default, with the type of persistent dataset, allowing TDB1 or TDB2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
