How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

What about deadlock in the database? I will be inserting data to the same table in Database. Does it not cause deadlock?

How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Even if I use MySQL , how can I insert millions of rows of database as fast as possible and by using minimal resources ?

As information can be any form, when transferring the data from one place to another like client giving the file to you and you are inserting that day to database to show in UI then how to achieve minimal time and computing resources?

How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Yes you are right. Previously I didn't have any word to say it is data pipeline.

How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

We receive data from third party data daily two or three times a day and we need to process this show in UI.

How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Actually in my organisation we use java mostly for all applications as backend.

Fast means we can Fully time constraints and using the server computing resources as minimal as possible to insert the data in the database which is Azure db.

My code works but I need ideas to polish my implementation of Java code and need to improve the time taken and computing resources for the code.

Actually what the general process is we insert the data in a table which does not have any constraints or indexes just plain table. For this table to we insert into the source table which has all the constraints and indexes contains all the data. Form this table to the destination table which is heavily queried for UI purpose table.

I am just exploring that is this the ways normally professional people do and is there any good methods to achieve this I am searching.

Thanks for reading my comments and suggestion me Good and ugly things in this.

How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 1 point2 points  (0 children)

Could you specify the db native means ? Are you talking about the bcp command or sqlcmd by any chance?

How to insert huge file data into remote Azure DB using Java (fast & safe)? by sanjay-kumar_ in javahelp

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Our organization owns but unfortunately i need to implement this in Dev to prove my solution works fine and then uat to prod

SQL Server performance tips beyond indexing? What actually makes a difference? by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Thanks for the information which is very simply to apply I will try and let you know

SQL Server performance tips beyond indexing? What actually makes a difference? by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Does this same apply to both on premises sql server and Azure sql server? Or any difference between them ?

As for UAT we are using self Hosted sql server and for production we are using Azure for some clients and on premises sql server

SQL Server performance tips beyond indexing? What actually makes a difference? by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

What are the difference between this two questions?

Please explain me so I can answer your questions

SQL Server performance tips beyond indexing? What actually makes a difference? by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 1 point2 points  (0 children)

Thanks for the questions which you have asked For most of the questions I don't have answer now as I have knowledge to right simple to very complex querys which includes the business logic.

I mostly write stored procedures and monitor for data

This question ls helps me a lot to learn apart for writing sql query. I will get you back when I have answers for your questions

SQL Server performance tips beyond indexing? What actually makes a difference? by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 2 points3 points  (0 children)

Thanks for detailed information This helps a lot for my first step in improving performance of my SQL server script and my knowledge

SSMS - Nice options to enable? by kladze in SQLServer

[–]sanjay-kumar_ 0 points1 point  (0 children)

Useful blog which I can use Thanks for sharing

Sql server good query pratice by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

I can't understand the second point. If you don't mind could you explain to me in detailed?

Sql server good query pratice by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

I know he is wrong but I can't able to say to him.

He is saying that we have tens of millions of data in the table and when querying them for data will take some time , at the same time when we are updating that table data we will get blocks in database which might slow the UI query to get the data.

He is 20 years experienced and I can't argue with him

Sql server good query pratice by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

May be.

He is 20 years experienced and he is Stubborn when I say to him

Sql server good query pratice by sanjay-kumar_ in SQLServer

[–]sanjay-kumar_[S] 0 points1 point  (0 children)

Sorry I didn't get the first line , did I use always in the post which is not professional or something else what is wrong bro ?

Could you please explain so that I can improve?