Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I recently came upon the term NewSQL. It seems that it can be used with SQL, maintain ACID and still provide the performance and scalability of NoSQL. This sounds great!
I am wondering what are the pros and cons of NoSQL and NewSQL and why isn't NewSQL used more? Is it only because it is a new technology and it still lacks adoption and stable implementations?
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 days ago.
The community is reviewing whether to reopen this question as of 6 days ago.
Improve this question
How is TRY/CATCH in ABAP w.r.t. performance? Does it cost resources? If so, TRY/CATCH should be placed outside a loop, I guess.
What are there best practices in ABAP w.r.t. TRY/CATCH?
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I have a K8s-Cluster running which had some Pods/Statefulsets running PostgreSQL.
As PersistenVolumes I only have a NFS-Shares. Now the performance of the PostgreSQL is getting slower.
Can it be related to the fact I'm using NFS-Shares?
What should I use instead?
Yes, it could be one of the reason since it is network file system, any glitches or high load could performance issue with the underlying application and it is always best to use the block storage like Ceph, amazon ebs etc.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Is it preferable to use AngularJs for large and complex enterprise application , which in turn will use Internet Explorer 8 as client.
Choosing technology stack for developing applications would be subjective. You may go through various points mentioned on this link and learn more about AngularJS's IE8 compatibility.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Can any one point to resources for internationalizing a web application using CakePHP.
Opinions differ, but I personally feel that the documentation for CakePHP on i18n is not up to the mark [please don't post your opinions though].
A full blown example will definitely be quite handy! Any resources?
You can look into the source code of a available cakephp application (maybe croogo)
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
Can you recommend any resources every NoSQL developer should be familiar with?
Here's a nice link collection to databases, forums, articles and other resources:
http://nosql-database.org/
one of the "must read" resources for a developer, NoSQL or not, is "the source code"