Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which cause is enlarging the tables?
Message
From
15/09/2004 11:40:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00942420
Message ID:
00942458
Views:
15
>Hi Cetin,
>if I true understand when Char type or another fields lengths is big and count is many , its same with 1st situation. i am right ?

I didn't understand what you mean. What I'm saying is if say:
5 columns all c(10) - 300000 recs = ((5*10)+1)*300000+headersize
15 columns all c(10) - 100000 recs = ((15*10)+1)*100000+headersize

they don't both have the same size. 1st one would be bigger (if reccount is small enough to compensate difference in headersize).

PS: In your original question numbers were different? I might have missed that.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform