473,378 Members | 1,333 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

db2 backup, StorageManager

I've a question regarding db2 (V8.1) and database backups
going to a storage manager like TSM for example.

As I can see in the storage manager if I backup the complete
database over the TSM API (no tablespace backups) the backup
images is stored as a single backup object.
Later I will be able to restore the complete database from
this image and I will also be able to restore single tablespaces
from this backup image as long as I archived my logs thru the
userexit program.

However if I've a really big database (let's say 1 TB), I would guess
that db2 always has to request the whole backup image from TSM.
So If I only want to restore a single tablespace, TSM has to read
1 TB probably from tape and has to transfer this 1 TB thru the
network to the dataseserver in order for db2 to be able to extract
the single tablespace and restore it to the database ?

If this is the case, database backups for large databases seem not
be a passable solution.

SAN and ExternalBackup (split mirror) is unfortunately currently
not a solution at this customer site.
Doing incremental/delta backups seem not the help in this particular
situation as the problem of retrieving the whole full backup images
persists.

If I backup a complete Informix instance thru TSM, the individual
dbspaces (db2: tablespaces) are created as separate backup objects
so I'm able to restore a single dbspace from this instance backup
without TSM having to transfer the complete set.
This seems to be the better approach because restoring a single
dbspace (tablespace) is normally needed more frequently as having
to restore the whole database.

Would somebody recommend to do tablespace backups instead of
database backups and are these tablespace backups manageable
from an administration point of view ?
If have some respect about the increased management overhead
resulting from taking tablespace backups as this is also
a partitioned database environment.

Thank you for any input.

Best regards

Eric
--
IT-Consulting Herber
Mobile: +49 177 2276895
***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Nov 12 '05 #1
6 3315
Eric Herber wrote:
I've a question regarding db2 (V8.1) and database backups
going to a storage manager like TSM for example.

As I can see in the storage manager if I backup the complete
database over the TSM API (no tablespace backups) the backup
images is stored as a single backup object.
Later I will be able to restore the complete database from
this image and I will also be able to restore single tablespaces
from this backup image as long as I archived my logs thru the
userexit program.

However if I've a really big database (let's say 1 TB), I would guess
that db2 always has to request the whole backup image from TSM.
So If I only want to restore a single tablespace, TSM has to read
1 TB probably from tape and has to transfer this 1 TB thru the
network to the dataseserver in order for db2 to be able to extract
the single tablespace and restore it to the database ?

If this is the case, database backups for large databases seem not
be a passable solution.

SAN and ExternalBackup (split mirror) is unfortunately currently
not a solution at this customer site.
Doing incremental/delta backups seem not the help in this particular
situation as the problem of retrieving the whole full backup images
persists.

If I backup a complete Informix instance thru TSM, the individual
dbspaces (db2: tablespaces) are created as separate backup objects
so I'm able to restore a single dbspace from this instance backup
without TSM having to transfer the complete set.
This seems to be the better approach because restoring a single
dbspace (tablespace) is normally needed more frequently as having
to restore the whole database.

Would somebody recommend to do tablespace backups instead of
database backups and are these tablespace backups manageable
from an administration point of view ?
If have some respect about the increased management overhead
resulting from taking tablespace backups as this is also
a partitioned database environment.

Thank you for any input.

Best regards

Eric


No comments on this ?
Any input is highly appreciated.
Thank you.

Eric
Nov 12 '05 #2
Ian
Eric Herber wrote:
Eric Herber wrote:

I've a question regarding db2 (V8.1) and database backups
going to a storage manager like TSM for example.

As I can see in the storage manager if I backup the complete
database over the TSM API (no tablespace backups) the backup
images is stored as a single backup object.
Later I will be able to restore the complete database from
this image and I will also be able to restore single tablespaces
from this backup image as long as I archived my logs thru the
userexit program.

However if I've a really big database (let's say 1 TB), I would guess
that db2 always has to request the whole backup image from TSM.
So If I only want to restore a single tablespace, TSM has to read
1 TB probably from tape and has to transfer this 1 TB thru the
network to the dataseserver in order for db2 to be able to extract
the single tablespace and restore it to the database ?

If this is the case, database backups for large databases seem not
be a passable solution.

SAN and ExternalBackup (split mirror) is unfortunately currently
not a solution at this customer site.
Doing incremental/delta backups seem not the help in this particular
situation as the problem of retrieving the whole full backup images
persists.

If I backup a complete Informix instance thru TSM, the individual
dbspaces (db2: tablespaces) are created as separate backup objects
so I'm able to restore a single dbspace from this instance backup
without TSM having to transfer the complete set.
This seems to be the better approach because restoring a single
dbspace (tablespace) is normally needed more frequently as having
to restore the whole database.

Would somebody recommend to do tablespace backups instead of
database backups and are these tablespace backups manageable
from an administration point of view ?
If have some respect about the increased management overhead
resulting from taking tablespace backups as this is also
a partitioned database environment.

Thank you for any input.

Best regards

Eric

No comments on this ?
Any input is highly appreciated.
Thank you.

Eric


I believe your assertion is correct (that DB2 would need to pull the entire
full backup from the TSM server in order to apply the necessary
tablespace), but I'm not 100% on this. I'm not sure if DB2 will stop
reading the backup image once it's restored the requested tablespace.
With that in mind, doing tablespace-level backups may be your best
solution.
What about getting a faster connection to the TSM server -- 1Tb would
take about 3 hours over GbE, right? Can't TSM LANfree do this (to
backup via fibre channel instead of LAN) and get more throughput?
Good luck,

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #3

"Ian" <ia*****@mobileaudio.com> wrote in message
news:40**********@corp.newsgroups.com...
Eric Herber wrote:
Eric Herber wrote:

I've a question regarding db2 (V8.1) and database backups
going to a storage manager like TSM for example.

As I can see in the storage manager if I backup the complete
database over the TSM API (no tablespace backups) the backup
images is stored as a single backup object.
Later I will be able to restore the complete database from
this image and I will also be able to restore single tablespaces
from this backup image as long as I archived my logs thru the
userexit program.

However if I've a really big database (let's say 1 TB), I would guess
that db2 always has to request the whole backup image from TSM.
So If I only want to restore a single tablespace, TSM has to read
1 TB probably from tape and has to transfer this 1 TB thru the
network to the dataseserver in order for db2 to be able to extract
the single tablespace and restore it to the database ?

If this is the case, database backups for large databases seem not
be a passable solution.

SAN and ExternalBackup (split mirror) is unfortunately currently
not a solution at this customer site.
Doing incremental/delta backups seem not the help in this particular
situation as the problem of retrieving the whole full backup images
persists.

If I backup a complete Informix instance thru TSM, the individual
dbspaces (db2: tablespaces) are created as separate backup objects
so I'm able to restore a single dbspace from this instance backup
without TSM having to transfer the complete set.
This seems to be the better approach because restoring a single
dbspace (tablespace) is normally needed more frequently as having
to restore the whole database.

Would somebody recommend to do tablespace backups instead of
database backups and are these tablespace backups manageable
from an administration point of view ?
If have some respect about the increased management overhead
resulting from taking tablespace backups as this is also
a partitioned database environment.

Thank you for any input.

Best regards

Eric

No comments on this ?
Any input is highly appreciated.
Thank you.

Eric


I believe your assertion is correct (that DB2 would need to pull the

entire full backup from the TSM server in order to apply the necessary
tablespace), but I'm not 100% on this. =============
Like Ian, I am not 100% sure. But I also think db2 has to request the whole
backup image from TSM even when you only need to restore one tablespace.

But I don't think informix's approach will be suitable for db2 backup. First
I don't think informix's dbspaces is equal to db2's tablespace. DB2's
tablespace merge the concept of informix's dbspace and informix's
tablespace.
Anyway, let's only talk about db2. It is very normal that there are more
than 50, even more than 100 tablespaces on each db partitions. When we
backup this db partition, and if we hope each tablespace is created as a
separate backup objects. You will see this will cause a lot of overhead to
manage the backup objects. And another issue is by using EEE/multiple
partitions, you can build tablespaces span either all the nodes or only part
of the nodes. If use this approach, the number of backup objects on
different db partitions will be different. This also cause more manage cost.

For a big size database, either we use incremental backup, or only backup a
couple of tablespaces (instead of the whole db), the most important thing is
we are not trying to save the restore time. We are trying to save the
rolling forward time. But we save the total time which need to make a db
online.
I'm not sure if DB2 will stop
reading the backup image once it's restored the requested tablespace.
With that in mind, doing tablespace-level backups may be your best
solution.
What about getting a faster connection to the TSM server -- 1Tb would
take about 3 hours over GbE, right? Can't TSM LANfree do this (to
backup via fibre channel instead of LAN) and get more throughput?
Good luck,

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Nov 12 '05 #4
Ian wrote:
Eric Herber wrote:
Eric Herber wrote:

I've a question regarding db2 (V8.1) and database backups
going to a storage manager like TSM for example.

As I can see in the storage manager if I backup the complete
database over the TSM API (no tablespace backups) the backup
images is stored as a single backup object.
Later I will be able to restore the complete database from
this image and I will also be able to restore single tablespaces
from this backup image as long as I archived my logs thru the
userexit program.

However if I've a really big database (let's say 1 TB), I would guess
that db2 always has to request the whole backup image from TSM.
So If I only want to restore a single tablespace, TSM has to read
1 TB probably from tape and has to transfer this 1 TB thru the
network to the dataseserver in order for db2 to be able to extract
the single tablespace and restore it to the database ?

If this is the case, database backups for large databases seem not
be a passable solution.

SAN and ExternalBackup (split mirror) is unfortunately currently
not a solution at this customer site.
Doing incremental/delta backups seem not the help in this particular
situation as the problem of retrieving the whole full backup images
persists.

If I backup a complete Informix instance thru TSM, the individual
dbspaces (db2: tablespaces) are created as separate backup objects
so I'm able to restore a single dbspace from this instance backup
without TSM having to transfer the complete set.
This seems to be the better approach because restoring a single
dbspace (tablespace) is normally needed more frequently as having
to restore the whole database.

Would somebody recommend to do tablespace backups instead of
database backups and are these tablespace backups manageable
from an administration point of view ?
If have some respect about the increased management overhead
resulting from taking tablespace backups as this is also
a partitioned database environment.

Thank you for any input.

Best regards

Eric

No comments on this ?
Any input is highly appreciated.
Thank you.

Eric


I believe your assertion is correct (that DB2 would need to pull the
entire full backup from the TSM server in order to apply the necessary
tablespace), but I'm not 100% on this. I'm not sure if DB2 will stop
reading the backup image once it's restored the requested tablespace.
With that in mind, doing tablespace-level backups may be your best
solution.
What about getting a faster connection to the TSM server -- 1Tb would
take about 3 hours over GbE, right? Can't TSM LANfree do this (to
backup via fibre channel instead of LAN) and get more throughput?
Good luck,

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Yes, LAN-Free Backup might be an option to think about.
Thank you Ian.

Best regards

Eric
--
IT-Consulting Herber
***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Nov 12 '05 #5
Fan Ruo Xin wrote:

"Ian" <ia*****@mobileaudio.com> wrote in message
news:40**********@corp.newsgroups.com...
Eric Herber wrote:
> Eric Herber wrote:
>
>
>>I've a question regarding db2 (V8.1) and database backups
>>going to a storage manager like TSM for example.
>>
>>As I can see in the storage manager if I backup the complete
>>database over the TSM API (no tablespace backups) the backup
>>images is stored as a single backup object.
>>Later I will be able to restore the complete database from
>>this image and I will also be able to restore single tablespaces
>>from this backup image as long as I archived my logs thru the
>>userexit program.
>>
>>However if I've a really big database (let's say 1 TB), I would guess
>>that db2 always has to request the whole backup image from TSM.
>>So If I only want to restore a single tablespace, TSM has to read
>>1 TB probably from tape and has to transfer this 1 TB thru the
>>network to the dataseserver in order for db2 to be able to extract
>>the single tablespace and restore it to the database ?
>>
>>If this is the case, database backups for large databases seem not
>>be a passable solution.
>>
>>SAN and ExternalBackup (split mirror) is unfortunately currently
>>not a solution at this customer site.
>>Doing incremental/delta backups seem not the help in this particular
>>situation as the problem of retrieving the whole full backup images
>>persists.
>>
>>If I backup a complete Informix instance thru TSM, the individual
>>dbspaces (db2: tablespaces) are created as separate backup objects
>>so I'm able to restore a single dbspace from this instance backup
>>without TSM having to transfer the complete set.
>>This seems to be the better approach because restoring a single
>>dbspace (tablespace) is normally needed more frequently as having
>>to restore the whole database.
>>
>>Would somebody recommend to do tablespace backups instead of
>>database backups and are these tablespace backups manageable
>>from an administration point of view ?
>>If have some respect about the increased management overhead
>>resulting from taking tablespace backups as this is also
>>a partitioned database environment.
>>
>>Thank you for any input.
>>
>>Best regards
>>
>>Eric
>
>
> No comments on this ?
> Any input is highly appreciated.
> Thank you.
>
> Eric


I believe your assertion is correct (that DB2 would need to pull the

entire
full backup from the TSM server in order to apply the necessary
tablespace), but I'm not 100% on this.

=============
Like Ian, I am not 100% sure. But I also think db2 has to request the
whole backup image from TSM even when you only need to restore one
tablespace.

But I don't think informix's approach will be suitable for db2 backup.
First I don't think informix's dbspaces is equal to db2's tablespace.
DB2's tablespace merge the concept of informix's dbspace and informix's
tablespace.
Anyway, let's only talk about db2. It is very normal that there are more
than 50, even more than 100 tablespaces on each db partitions. When we
backup this db partition, and if we hope each tablespace is created as a
separate backup objects. You will see this will cause a lot of overhead to
manage the backup objects. And another issue is by using EEE/multiple
partitions, you can build tablespaces span either all the nodes or only
part of the nodes. If use this approach, the number of backup objects on
different db partitions will be different. This also cause more manage
cost.

For a big size database, either we use incremental backup, or only backup
a couple of tablespaces (instead of the whole db), the most important
thing is we are not trying to save the restore time. We are trying to save
the rolling forward time. But we save the total time which need to make a
db online.
I'm not sure if DB2 will stop
reading the backup image once it's restored the requested tablespace.
With that in mind, doing tablespace-level backups may be your best
solution.
What about getting a faster connection to the TSM server -- 1Tb would
take about 3 hours over GbE, right? Can't TSM LANfree do this (to
backup via fibre channel instead of LAN) and get more throughput?
Good luck,

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


The concept of an informix dbspace and a db2 tablespace
is pretty much the same.

I can't agree with the point that it would be a management overhead
if DB2 would create several tablespace backup objects from a single
database backup operation.
This is the reason why almost anybody who is dealing with large
database has a storage manager behind. The storage manager should
be able to handle these backup objects and DB2 should be able to
handle these too.

I've seen big Informix instances with several hundred dbspaces and
it worked well. The fact that some DB2 tablespaces might not exist
on all partitions should also not be a problem. Like DB2 EEE (or ESE)
you can create coserver-groups and dbslices with Informix XPS and
fragment your tables around these. So there might also be dbspaces
which are not located on every coserver.

However I appreciate your suggestions about doing tablespace backups
and trying to minimize the rollforward time.

Thank you very much for your input.

Best regards

Eric
--
IT-Consulting Herber
***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Nov 12 '05 #6

"Eric Herber" <er**@I-hate-spam.org> wrote in message
news:c1**********@online.de...
Fan Ruo Xin wrote:

"Ian" <ia*****@mobileaudio.com> wrote in message
news:40**********@corp.newsgroups.com...
Eric Herber wrote:

> Eric Herber wrote:
>
>
>>I've a question regarding db2 (V8.1) and database backups
>>going to a storage manager like TSM for example.
>>
>>As I can see in the storage manager if I backup the complete
>>database over the TSM API (no tablespace backups) the backup
>>images is stored as a single backup object.
>>Later I will be able to restore the complete database from
>>this image and I will also be able to restore single tablespaces
>>from this backup image as long as I archived my logs thru the
>>userexit program.
>>
>>However if I've a really big database (let's say 1 TB), I would guess
>>that db2 always has to request the whole backup image from TSM.
>>So If I only want to restore a single tablespace, TSM has to read
>>1 TB probably from tape and has to transfer this 1 TB thru the
>>network to the dataseserver in order for db2 to be able to extract
>>the single tablespace and restore it to the database ?
>>
>>If this is the case, database backups for large databases seem not
>>be a passable solution.
>>
>>SAN and ExternalBackup (split mirror) is unfortunately currently
>>not a solution at this customer site.
>>Doing incremental/delta backups seem not the help in this particular
>>situation as the problem of retrieving the whole full backup images
>>persists.
>>
>>If I backup a complete Informix instance thru TSM, the individual
>>dbspaces (db2: tablespaces) are created as separate backup objects
>>so I'm able to restore a single dbspace from this instance backup
>>without TSM having to transfer the complete set.
>>This seems to be the better approach because restoring a single
>>dbspace (tablespace) is normally needed more frequently as having
>>to restore the whole database.
>>
>>Would somebody recommend to do tablespace backups instead of
>>database backups and are these tablespace backups manageable
>>from an administration point of view ?
>>If have some respect about the increased management overhead
>>resulting from taking tablespace backups as this is also
>>a partitioned database environment.
>>
>>Thank you for any input.
>>
>>Best regards
>>
>>Eric
>
>
> No comments on this ?
> Any input is highly appreciated.
> Thank you.
>
> Eric

I believe your assertion is correct (that DB2 would need to pull the entire
full backup from the TSM server in order to apply the necessary
tablespace), but I'm not 100% on this.

=============
Like Ian, I am not 100% sure. But I also think db2 has to request the
whole backup image from TSM even when you only need to restore one
tablespace.

But I don't think informix's approach will be suitable for db2 backup.
First I don't think informix's dbspaces is equal to db2's tablespace.
DB2's tablespace merge the concept of informix's dbspace and informix's
tablespace.
Anyway, let's only talk about db2. It is very normal that there are more
than 50, even more than 100 tablespaces on each db partitions. When we
backup this db partition, and if we hope each tablespace is created as a
separate backup objects. You will see this will cause a lot of overhead to manage the backup objects. And another issue is by using EEE/multiple
partitions, you can build tablespaces span either all the nodes or only
part of the nodes. If use this approach, the number of backup objects on
different db partitions will be different. This also cause more manage
cost.

For a big size database, either we use incremental backup, or only backup a couple of tablespaces (instead of the whole db), the most important
thing is we are not trying to save the restore time. We are trying to save the rolling forward time. But we save the total time which need to make a db online.
I'm not sure if DB2 will stop
reading the backup image once it's restored the requested tablespace.
With that in mind, doing tablespace-level backups may be your best
solution.
What about getting a faster connection to the TSM server -- 1Tb would
take about 3 hours over GbE, right? Can't TSM LANfree do this (to
backup via fibre channel instead of LAN) and get more throughput?
Good luck,

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


The concept of an informix dbspace and a db2 tablespace
is pretty much the same.

I can't agree with the point that it would be a management overhead
if DB2 would create several tablespace backup objects from a single
database backup operation.
This is the reason why almost anybody who is dealing with large
database has a storage manager behind. The storage manager should
be able to handle these backup objects and DB2 should be able to
handle these too.

===
I suppose dealing with 100 backup image should be much easier than 10000
backup images, if I have 100 db partitions. And on each db partition I build
100 tablespaces.
Anyway, I thought you can talk to IBM about your idea.

BTW, please see the following:

Eugene <eu****@compete.com> wrote: Can I recover a DB2 database to another machine from full set of tablespace level backups?
You can coerce DB2 into allowing you to do that in some cases, but it is
not a supported operation. You will need the assistance of DB2 Support to
do so and even then there are complications. I would definitely suggest
that you take the occasional full database backup to avoid getting into this
situation.

There is some impetus for getting this feature designed and written
properly in a future release, but I can't promise anything.

Fan Ruo Xin <fa*****@yahoo.com> wrote: I'd like to know if I backup only tablespaces (system catalog and all the user tablespaces), will those db configuration files be backuped?
A tablespace backup contains the same metadata that a database backup has.

dave

I've seen big Informix instances with several hundred dbspaces and
it worked well. The fact that some DB2 tablespaces might not exist
on all partitions should also not be a problem. Like DB2 EEE (or ESE)
you can create coserver-groups and dbslices with Informix XPS and
fragment your tables around these. So there might also be dbspaces
which are not located on every coserver.

However I appreciate your suggestions about doing tablespace backups
and trying to minimize the rollforward time.

Thank you very much for your input.

Best regards

Eric
--
IT-Consulting Herber
***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************

Nov 12 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Andrew E | last post by:
I just took over DBA responsibilities for an Oracle 8i database running on Linux. Although I've been working with relational databases for some time, I'm a bit green on Oracle so forgive me. My...
3
by: Thiko | last post by:
Hi I take one nightly full database backup at 02:00 and backup the transaction log to one backup set every 15mins. The commands to do this are as follows and are set up to run as database...
2
by: nt | last post by:
I am having a problem with a regular backup of an SQL Server (MSDE 2000) database to a local drive. I initiate the backup once a week, by issuing the required T-SQL, via ADO. In this case, the...
1
by: John Rajendran | last post by:
Hi there, I need to take a backup with the following scanerio in mind: At T1 I take the FULL BACK UP of the database called BACK_1_FULL.BACK in c:\ Then at T2 I would like to take only the...
1
by: alex | last post by:
Hi ! I couldn't make backups with our new system using db2 8.2. Every time I trigger a backup I get this error message: BACKUP DATABASE EBUERO2 ONLINE TO "/raid/backup/ebuero2/part1",...
4
by: uthuras | last post by:
Hi all, I have DB2ESE version 8.1 with FP 4 on AIX 5.2. My database used to be 1.1TB. When the DB size is 1.1TB, it takes approximately 7 hours to backup the entire database (online backup). The...
6
by: k04jg02 | last post by:
Problem: I have a properties dialog. X objects build the dialog, but a subclass of X, such as Y, can add more options to the dialog for Y specific properties. I would like to write code for the...
10
by: Konstantin Andreev | last post by:
Hello. Some time ago I asked in this conference, - How to use an ONLINE BACKUP to restore database onto another system? - but got no answers. Therefore I can conclude it is not possible. But......
2
by: clilush | last post by:
I've been working with db2 8.2fp14 for over a year now and was wondering what is a "standard" way of doing a backup to provide 24/7 operations with disaster recovery capabilities? My thoughts were...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.