archiving
Archive Parent / Child Table Hierarchy in MySQL
If I have a Parent and Child table in MySQL related by a foreign key, is it possible using a SQL statemen开发者_运维技巧t to move certain rows from Parent and the related rows from Child into archive[详细]
2023-01-02 21:28 分类:问答iPhone -- is initWithCoder an exception to the usual designated initializer design pattern?
I have a class MyClass.It has instance variables passedInVar1, passedInVar2, etc. whose values will be passed in from the object that requests the initialization.It also has instance variables decoded[详细]
2023-01-01 11:23 分类:问答Distributing cpu-bound compression jobs to multiple computers?
The other day I needed to archive a lot of data on our network and I was frustrated I had no immediate way to harness the开发者_开发知识库 power of multiple machines to speed-up the process.[详细]
2022-12-25 19:19 分类:问答Backup of folder + database - Python
I feel like this is quite delicate, I have various folders whith projects I would like to backup into a zip/tar file, but w开发者_如何学Goould like to avoid backing up files such as pyc files and te[详细]
2022-12-24 23:00 分类:问答Archiving Database Tables using Java
My application demands archiving database tables between sybase and db2 and vice-a-versa and within(db2 to db2 and sybase to sybase) using java.[详细]
2022-12-24 11:51 分类:问答Archiving (tar and compress) with metadata (user id, and ctime) in Python
I am in the process of backing up a filesystem and I need to make sure that the metadata is conserved (the file owner and creation time).[详细]
2022-12-18 18:00 分类:问答Archiving / Unarchiving results in initForReadingWithData incomprehensible archive
I\'ve implemented an save on applicationWillTerminate and load on applicationWillFinishLoading. There is a complete object tree, all implement the NSCoding protocol and I\'ve check the types I enter.[详细]
2022-12-16 06:27 分类:问答Data Archiving [Design]
I am developing an archive module for an application using Dotnet and SQL Server as back end. From multiple approaches of archiving we\'ve decided to build a custom application to archive the complete[详细]
2022-12-14 08:35 分类:问答How to manage a pageview DB
I am interested in tracking my users\' pageviews on my site. Being that traffic is expanding very quickly, I am worr开发者_StackOverflow中文版ied about robots, etc, and I also want to be able to use t[详细]
2022-12-11 19:15 分类:问答What's the best way to perform data archiving on an Oracle database?
I\'d like to figure out the best way to archive the data that is no needed anymore, in order to impro开发者_开发百科ve the application performance and also to save disk space. In your experience what[详细]
2022-12-10 23:28 分类:问答