|
From: Zvjezdan T. (JIRA) <tr...@fi...> - 2015-07-24 08:21:56
|
Increase pagesize of CREATE DATABASE command to 16384 in order to o create bigger indices
-----------------------------------------------------------------------------------------
Key: DNET-621
URL: http://tracker.firebirdsql.org/browse/DNET-621
Project: .NET Data provider
Issue Type: Improvement
Components: Entity Framework support
Environment: WIN 7 64, VS2013
Reporter: Zvjezdan Tomicevic
Assignee: Jiri Cincura
Hi.
I played with ASP.NET Identity provider, and wanted to use firebird instead of sql server.
When i tried to generate database from scratch, it failed as it could not create indices on VARCHAR(128) fields, due to too small default page size of 4096 of create database statement.
This is easily mitigated by using larger page size of 16384 which is default in firebird 3 anyway.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|