Viewing 7 posts - 1 through 8 (of 8 total)
Artefact(ArtefactId,EntityTypeId,UserId,GroupId,ArtefactAttachmentId,Name,Summary,Description,TenantId...etc)
User(Userid,OrganizationID,TenantID,UserPassword,SecretQuestion,SecretAnswer,FirstName,MiddleName,LastName,Gender,DateOfBirth,DateOfJoining,Email etc...)
Rows (Artefact)
:(1,1,1,1,1,'Title','Summary','Desc',1,..etc)
Rows(User)
:(1,1,1,'password','Secrete Question','Secrete Ans','FirstName', 'LastName','MiddleName','LastName','M','14-04-2012','3-03-2010','email@email.com' etc...)
April 17, 2012 at 4:29 am
Ok I can share some information i.e I may fetch records from upto tables. The query may contains statements like UNION. e.g. ArtifactLibrary(ArtifactId,Title,CreationDate,....etc), Users(UserId,FirstName,LastName,etc...),
Groups(GroupId,GroupName,etc...)
ArtifactLibrary may contains records around 10Million, Users...
April 16, 2012 at 11:09 pm
What's your experience say's, will this do the job? Doing something and reading something is altogether different job. I will use CTE, UNION and Paging along with Table Partitioning. But...
April 16, 2012 at 5:56 am
What i have concluded right now after some R&D is that Partition table can solve the issue. It will not only ease Manageability issue but also improve performance. What do...
April 16, 2012 at 2:14 am
I know that this depends on DB Design. We are already in development phase and I know we can use UNION statements for combining results from different queries, but I...
April 13, 2012 at 6:40 am
"You are not allowed to to use Full Text Indesing Service because of Azure limitations" apologies for skipping not
April 13, 2012 at 5:07 am
Yes we are planning to build up a multi tenant application that has millions/billions of records. To avoid the application to crash after a month, I am looking for a...
April 13, 2012 at 4:43 am
Viewing 7 posts - 1 through 8 (of 8 total)