__________     __ __     __  _______    ________
  / ____/ __ \   / // /    / / / /  _/ |  / / ____/
 / / __/ / / /  / // /_   / /_/ // / | | / / __/
/ /_/ / /_/ /  /__  __/  / __  // /  | |/ / /___
\____/\____/     /_/    /_/ /_/___/  |___/_____/

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

a tip for programming when dealing with databases

BY: @jfmherokiller | CREATED: Sept. 2, 2020, 4:49 a.m. | VOTES: 9 | PAYOUT: $0.16 | [ VOTE ]

if you are dealing with databases and doing alot of insertions/selections from a single "client" try to only open the database connection only once instead of repeatedly. It can sometimes mean the diffrence between a process taking a day and it taking 5hrs.

TAGS: [ #programming ] [ #technology ] [ #database ] [ #tip ]

Replies

NO REPLIES FOUND.

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>